Training App
To get the YP training app, browse to the following Github repository:
https://github.com/Yonomi/yp-android-quickstart
If not already downloaded, get Android Studio at:
https://developer.android.com/studio
Follow the instructions on the Training App Repo homepage to get the app running on an Android Phone.
Note: This app will not work running from a simulator.
Run the Training App
Once the app is installed and running on an Android phone (not a simulator), follow these steps IN THE ORDER LISTED to prepare the device for claiming:
- Clone the Github project. Open the project in Visual Studio.
- Follow the directions in the Readme to update the details for your Github account, PAT
- Be sure to set the Auth0 domain information required for the app if yours are different from training defaults.
- Open the LogCat Dialog in Visual Studio
- Connect an Android phone to your computer
- Build the project. Run the project and open the app on your phone.
- Click the Register button to Register the mobile device. This step isn’t cached today in the app so it must occur for every load of the app.
- Click Obtain Claim Token to obtain a claim token. The claim token will be presented and provide an ability to copy it from the LogCat
- Copy the claim token to a place where it is accessible from the machine that will run postman API requests.
- Click Connect WiFi Network to search for WiFi.
- Enter the WiFi network details. Be sure you are connecting to a 2.4Ghz network. Click the Connect WiFi button. Await Success.
Was this section helpful?
What made this section unhelpful for you?
On this page
- Training App