Test the SDK integration
This article provides brief information on methods that you can use to test the integration of the SDK with your Android app.
These are some of the guidelines to verify the correctness of the SDK integration. The most important thing is to ensure that the app is working as it was before integrating with the SDK.
There are 4 components to verifying the integration:
- SDK initialized correctly
Ensure that certain events occur properly. For example, your app triggers theidentify
,click
,app_open
events correctly. - Dashboard
Confirm that the events show up correctly in theDashboard
, under the user profile. - Notifications
Use thePush Studio
editor to create different types of push messages and ensure that the notifications render correctly on devices. - Campaigns
Create a test campaign with the test devices and run a campaign against them, making sure that you are getting stats.
You can find documentation on how to use the Dashboard
, Push Studio
, and Campaigns
in the user guides.
Updated about 4 years ago