000b8f8c5a
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days. |
||
---|---|---|
Config | ||
LoopTripIOS | ||
Trips.xcodeproj | ||
.gitignore | ||
Cartfile | ||
Cartfile.resolved | ||
LICENSE.txt | ||
README.md | ||
SECURITY.md |
README.md
LOOP iOS Sample - Trips
Prerequisites:
- You will need the latest version of XCode (8.x or greater) to run this sample app.
- You will need to install Carthage
Build instructions:
These instructions will get you a copy of the Location and observation platform (LOOP) sample app that will download and display trips.
- Signup for a LOOP account and create an app on the Loop Developer Site
- Get the sample app
0. Clone this sample app
https://github.com/Microsoft/Loop-Sample-Trips-IOS.git
0. Open it in XCode 0. In theKeys.xcconfig
file provide values for theLOOP_APP_ID_PROP
andLOOP_APP_TOKEN_PROP
using your LOOP app ID and token. - Create test users in the user dashboard at the LOOP Developer Site
- In the
Keys.xcconfig
file provide values for theLOOP_USER_ID_PROP
andLOOP_DEVICE_ID_PROP
using a test user id and device id from the dashboard. - From the command line in the project directory run
carthage update --platform iOS
- Build and run the app
After the app runs for a while you will see your trips and drives. This should only take a few hours but no longer than 24 hours as you move between locations.