This repository contains the Responsys integration for the mParticle Android SDK.
-
The Responsys Kit is available via Maven Central. For adding the Responsys SDK, refer to the Step-by-Step guide and follow steps [1.1] through [3.4] and step [4.5].
NOTE: In step [2.2], download your app's pushio_config.json file, however, this does not need to be added to your app, you will need its contents to create the Responsys Connection in your mParticle workspace.
-
Follow mParticle's push registration guide to ensure you're properly registering for push with mParticle.
-
Add the kit dependency to your app's build.gradle:
dependencies { implementation 'com.mparticle:android-responsys-kit:5+' }
NOTE: as of version
android-responsys-kit
version 5.12.11, the Responsys SDK (v6.4.4) requires AndroidX. For more information, see here -
Reference mParticle's integration docs below to enable the Responsys Connection.
-
Once enabled, rebuild and launch your app, and verify that you see
"Responsys Kit detected"
in the output ofadb logcat
. -
To enable additional features of the Responsys SDK like In-App Messaging, Notification Preferences etc., follow the respective guides available here.