🚨 This SDK is no longer maintained 🚨
You can use Growthbeat sdk insead:
Growth Analytics is analytics service for mobile apps.
-
Install Growthbeat Core SDK.
-
Add growthanalytics.jar into libs directory in your project.
-
Write initialization code in MainActivity's onCreate.
GrowthAnalytics.getInstance().initialize(getApplicationContext(), "APPLICATION_ID", "CREDENTIAL_ID");
-
Write following code in MainActivity's onStart
GrowthAnalytics.getInstance().open();
-
Write following code in MainActivity's onStop
GrowthAnalytics.getInstance().close();
You can use Growthbeat SDK instead of this SDK. Growthbeat is growth hack tool for mobile apps. You can use full functions include Growth Push when you use the following SDK.
Apache License, Version 2.0