Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heremaps/mobility-on-demand-use-cases-ios
HERE mobility on-demand demo written as an iOS application.
https://github.com/heremaps/mobility-on-demand-use-cases-ios
demo-application ios mobility on-demand sdk usecase
Last synced: about 2 months ago
JSON representation
HERE mobility on-demand demo written as an iOS application.
- Host: GitHub
- URL: https://github.com/heremaps/mobility-on-demand-use-cases-ios
- Owner: heremaps
- License: mit
- Created: 2017-03-02T11:04:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-07-21T23:01:30.000Z (over 2 years ago)
- Last Synced: 2024-04-14T05:58:24.580Z (8 months ago)
- Topics: demo-application, ios, mobility, on-demand, sdk, usecase
- Language: Objective-C
- Homepage:
- Size: 50.8 KB
- Stars: 2
- Watchers: 9
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.com/heremaps/mobility-on-demand-use-cases-ios.svg?branch=master)](https://travis-ci.com/heremaps/mobility-on-demand-use-cases-ios)
# 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](https://developer.here.com/develop/mobile-sdks) and the [HERE REST APIs & Platform Extensions](https://developer.here.com/develop/rest-apis).
> **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](https://developer.here.com/plans) page on developer.here.com.
For more details about Mobility On Demand, visit the [HERE Mobility On Demand Toolkit](https://developer.here.com/mobility-on-demand-toolkit/documentation/topics/overview.html) page.
## License
Unless otherwise noted in `LICENSE` files for specific files or directories, the [LICENSE](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.10* of the SDK.
* Configure this project to use the HERE SDK. See [Creating a Simple Application Using the HERE SDK](https://developer.here.com/mobile-sdks/documentation/ios/topics/app-simple.html), 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.