Skip to content

airbusgeo/oneatlas-sdk-ios-sample-app

Repository files navigation

OneAtlas sample iOS app

Get your API Keys

You will need a OneAtlas and a Mapbox API keys to run this sample app.
Visit the OneAtlas Developer Portal to register and create your API key.
Visit Mapbox to register and create your API key.

Once obtained, open the OneAtlasSampleApp/data folder, and create two text files called oneatlas.apikey and mapbox.apikey.
Copy the matching API keys into these files.
Please keep these two files private, do not push them to any repository.

Build the app

This app depends on third party-software, including the OneAtlas Mobile SDK, installed through Cocoapods.
Run pod install to satisfy the project's dependencies.
Open OneAtlasSampleApp.xcworkspace to open the project into Xcode.

Happy coding !