You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On first usage you will need to completely close the app by closing it from the multi tasking view (swipe right/left) and reopening it
After opening it, specify user details and login
To verify you have logged in, select "Show Conversations" (from the page / menu). It should show you the conversation list (if there is an error it will say "Unable to load conversations")
Details of the app are logged (using Log.i()) and viewable via logcat
Hardcoding data
If you do not wish to manually copy and paste data in the emulator, you can hardcode values in SettingsActivity.java
A test app that allows testing functionality of the Intercom Android SDK https://github.com/intercom/intercom-android/ This is a self contained app and implements some features that should not be done in a production app (e.g. client side secret keys for secure mode and GCM API key for testing push notifications). Self contained nature enables tes…