This commit is contained in:
scotts@microsoft.com 2016-06-20 16:40:29 -07:00
Родитель 30ab644052
Коммит 4e65cb0470
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -2,7 +2,7 @@
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.
0. If you havent already, signup for a Loop account and create an app on the [Loop Developer Site](https://developer.dev.loop.ms)
0. If you havent already, signup for a Loop account and create an app on the [Loop Developer Site](https://www.loop.ms)
0. Get the sample app
0. Clone this sample app `git clone https://github.com/Microsoft/Loop-Sample-TestUser-Android.git`
0. Open it in Android Studio
@ -13,7 +13,7 @@ These instructions will get you a copy of a Loop sample app for downloading user
String appToken = "YOUR_APP_TOKEN";
```
0. Create test users in your user dashboard (user link in the left navigation)
0. Fill in the userId and deviceId in `LoopTestUserApplication.java OnCreate` with a test user's userId and deviceId obtained from the [Loop Developer Site](https://developer.dev.loop.ms)
0. Fill in the userId and deviceId in `LoopTestUserApplication.java OnCreate` with a test user's userId and deviceId obtained from the [Loop Developer Site](https://www.loop.ms)
```
String userId = "YOUR_USER_ID";