abdullahselek / mobility-on-demand-use-cases-ios

HERE mobility on-demand demo written as an iOS application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Mobility On Demand Use Cases (iOS)

This repository hosts a demo application developed in Objective-C exposing the usage of the HERE iOS SDK and HERE REST APIs.

The application shows how to do a basic sdk integration, use Places API and display venue map tiles.

Visit the HERE Developer Portal for more information on the HERE Mobile SDKs – Android & iOS and the HERE REST APIs & Platform Extensions.

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

You can obtain a set of credentials from the Plans 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.

Setting up the application

  • Replace YOUR_APP_ID and YOUR_APP_CODE placeholder values in OnDemandPassenger/Constants.m with your own HERE credentials.
  • Download the HERE iOS Starter SDK (you can do that from your project). The example uses version 3.3 of the SDK.
  • Configure this project to use the HERE SDK. See Creating a Simple Application Using the HERE SDK, in particular the Configure the Application section.

Notes

The examples use the Custom Integration Test (CIT) environment. Please refer to our API Documentation on how to change from our CIT environment to our Production environment.

About

HERE mobility on-demand demo written as an iOS application

License:MIT License


Languages

Language:Objective-C 83.4%Language:Ruby 10.2%Language:Shell 6.4%