This article explains how to use the offline token to access the EloViewHome SDK
In order to use the EloViewHome SDK with your Android application, an offline token is required. If you do not have an offline token, please contact the Elo Support team (support@elotouch.com) and include your application's Package name. Based on the package name provided, we will generate a properties file for you containing the token.
An example of how to use the offline token has been provided in the Test App (with source code) that came with the SDK. For testing purposes, you can download an offline token from here
- Copy the downloaded .prop file onto the device using adb
- On the test app click on a button to verify any of the APIs and then click on the “Account Manager” button
- Under the section called “Load a file containing the credentials and verify” click on “Select File”, navigate to the location containing the .prop file and select it. Click on “Verify Token”. The offline token will be verified
Go through the source code of the test app which has also been provided with the SDK for reference.
Please report any broken links by emailing support@elotouch.com and include a link to the knowledge article