Skip to content

🚨 No longer maintained - Growth Message SDK for Android

License

Notifications You must be signed in to change notification settings

SIROK-archive/growthmessage-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Growth Message SDK for Android

🚨 This SDK is no longer maintained 🚨
You can use Growthbeat sdk insead:


Growth Message is in-app message service for mobile apps.

Usage

  1. Install Growthbeat Core SDK.

  2. Install Growthbeat Analytics SDK.

  3. Add growthmessage.jar into libs directory in your project.

  4. Write initialization code in MainActivity's onCreate.

    GrowthMessage.getInstance().initialize(getApplicationContext(), "APPLICATION_ID", "CREDENTIAL_ID");
  5. Add Permission code in AndroidManifest.xml

    <uses-permission android:name="android.permission.INTERNET" >
  6. 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" />
  7. Write following code in the place to display a message.

    GrowthAnalytics.getInstance().track("EVENT_ID");

Growthbeat Full SDK

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.

License

Apache License, Version 2.0

About

🚨 No longer maintained - Growth Message SDK for Android

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages