🚨 This SDK is no longer maintained 🚨
You can use Growthbeat sdk insead:
Growth Message is in-app message service for mobile apps.
-
Install Growthbeat Core SDK.
-
Install Growthbeat Analytics SDK.
-
Add growthmessage.jar into libs directory in your project.
-
Write initialization code in MainActivity's onCreate.
GrowthMessage.getInstance().initialize(getApplicationContext(), "APPLICATION_ID", "CREDENTIAL_ID");
-
Add Permission code in AndroidManifest.xml
<uses-permission android:name="android.permission.INTERNET" >
-
Add following code as a element of
<application/>
in AndroidManifest.xml<activity android:name="com.growthbeat.message.view.MessageActivity" android:theme="@android:style/Theme.Translucent" />
-
Write following code in the place to display a message.
GrowthAnalytics.getInstance().track("EVENT_ID");
You can use Growthbeat SDK instead of this SDK. Growthbeat is growth hack tool for mobile apps. You can use full functions include Growth Message when you use the SDK.
Apache License, Version 2.0