All Collections
In-App Mobile Surveys
Getting Started
Installing the Iterate for Android SDK
Installing the Iterate for Android SDK

Instructions for installing Iterate within your mobile product

Updated over a week ago

Installing the Iterate Android SDK within your app is very straightforward. The SDK requires Android 5.0 Lollipop (API level 21) or higher.

How it works

Within your app, surveys are shown in response to events. An event can be anything from viewing a screen, clicking a button, or any other user action. You use the Iterate SDK to send events to Iterate, then from your Iterate dashboard you create surveys that target those events.

Quickstart guide

  1. Within your Iterate account, create a new survey and select "Install in your mobile app"

  2. Go to the "Preview & Publish" tab and copy your SDK API key

  3. Initialize the SDK in the onCreate() method of your Application subclass or an Activity

  4. Implement events

  5. Within your Iterate survey target it to that event

  6. Publish your survey and you're done πŸŽ‰

Recommendations

When implementing Iterate for the first time, we encourage you to implement events for all of your core use cases which you may want to target surveys to in the future. e.g. signup, purchased, viewed X screen, tapped notification, etc. This way you can easily launch new surveys targeting these events without needing to instrument a new event each time.


​
​

Did this answer your question?