Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Latest commit

 

History

History

Xamarin.iOS.HereMapsTestApp

To build an run the HereMapsTestApp, you need to add your license data first.

  • Register at https://developer.here.com and get a license data for the HEREMaps iOS SDK Premium Edition.
  • Change the bundle identifier of the app to the one you used for the HereMaps license. (Otherwise the license will not be accepted)
  • Then add your license data in the AppDelegate.cs at this location:
    private static readonly string appId = "YOUR_APP_ID";
    private static readonly string appCode = "YOUR_APP_CODE";
    private static readonly string appLicenseKey = "YOUR_LICENSE_KEY";