vinceyuan / here-ios-sdk-examples

Objective-C-based projects using the HERE SDK for iOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

HERE SDK for iOS example projects

Copyright (c) 2011-2017 HERE Europe B.V.

This repository holds a series of Objective-C-based projects using the HERE SDK for iOS. More information about the API can be found on developer.here.com under the Android & iOS SDKs section.

This set of self-contained, use-case based projects is designed to be cloned by developers for their own use.

Note: In order to get the sample code to work, you must replace all instances of {YOUR_APP_ID}, {YOUR_APP_CODE} and {YOUR_LICENSE_KEY} within the code and use your own HERE credentials.

You can obtain a set of credentials from the Contact Us page on developer.here.com.

License

Unless otherwise noted in LICENSE files for specific files or directories, the LICENSE in the root applies to all content in this repository.

iOS Premium SDK

All of the following projects use version 3.4 of the iOS Premium SDK

How to build apps

Using CocoaPods

  1. Run "pod install" or "pod update" in the application's root directory to install the HERE SDK.

  2. In the "General" settings of the App target:

    • Select an eligible provisioning profile or enable "Automatically manage signing".
  3. In AppDelegate.m:

    • Enter an app id, app code and license key.

Without CocoaPods

  1. In the "General" settings of the App target:

    • Select an eligible provisioning profile or enable "Automatically manage signing".
    • Add NMAKit.framework to the "Embedded Binaries" section otherwise you will get a "dyld: Library not loaded: @rpath/NMAKit.framework/NMAKit" error at runtime.
  2. In the "Builds Settings" of the App target:

    • Ensure "Frameworks Search Paths" includes the location of NMAKit.framework.
  3. In AppDelegate.m:

    • Enter an app id, app code and license key.

Build Requirements

  • Xcode 8 & iOS 9 SDK or above
  • HERE Premium SDK Version 3.4 or above

Target Platform

  • iOS 9.0 and above

About

Objective-C-based projects using the HERE SDK for iOS.

License:MIT License


Languages

Language:Objective-C 95.8%Language:Ruby 3.2%Language:Shell 1.0%