bea38ecca3
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days. |
||
---|---|---|
Config | ||
Loop-Location.xcodeproj | ||
LoopLocationIOS | ||
.gitignore | ||
Cartfile | ||
Cartfile.resolved | ||
LICENSE.txt | ||
README.md | ||
SECURITY.md |
README.md
Loop iOS Sample - Locations
Prerequisites:
- You will need the latest version of XCode (7.3.1 or greater) to run this sample app.
- You will need to install Carthage
Build instructions:
These instructions will get you a copy of a Loop sample app for downloading user profiles from the Loop platform for development and testing purposes.
- If you haven’t already, signup for a Loop account and create an app on the Loop Developer Site
- Get the sample app
0. Clone this sample app
git clone https://github.com/Microsoft/Loop-Sample-Location-IOS.git
0. Open it in XCode 0. Make a copy ofConfig/Keys.example.xcconfig
and call itConfig/Keys.xcconfig
0. In theKeys.xcconfig
file provide values for theLOOP_APP_ID_PROP
andLOOP_APP_TOKEN_PROP
using your Loop app id and app token from the dashboard. 0. Touch theLoop Test User.xcconfig
file - 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 an run the app
After the app runs for a while you will see your user's home and work locations. This should only take a few hours but no longer than 24 hours as you move between locations.