Integrating the SDK (v2)


ADDING THE SDK TO THE PROJECT

You can add the SDK as binary by performing these steps:
1. Drag the NavmiiSDK.framework to the project, select Copy items if needed when prompted.
2. Select your target in the project and go to the General settings tab. Add the framework to the Embedded Binaries section.
3. Drag the NavmiiSDK.bundle to the project, select Copy items if needed when prompted.


PRELIMINARY SETTINGS

Add key with name NavmiiAPIKey to your project's .plist file and set its value to the key that you've received from Navmii.

To grant the application access to location updates, please follow the Apple guidelines to setup the Core Location.