Setup and Initialize SDK (SDK < 3.47)
Install the SDK
The CrystalExpress SDK is available through AAR or JAR :
AAR (Recommend)
Copy ce-xx-xx-x.x.aar to the libs folder of your app project
Add following line to your app build.gradle. (You don't need to do add v4 support library if you already had v7 in your project)
Declare Crystal ID received from your Intowow account manager in your Android Manifest.
JAR
Copy ce-xx-xx-x.x.jar to the libs folder of your app project.
Add Android v4 Support Library to your app project. (You don't need to do this step if you already added v7 support library in your project)
Setup Your Android Manifest
Declare permissions
Declare
Activity
Declare
Receiver
Declare Crystal ID received from your Intowow account manager.
Initialize The SDK
Please add three methods to your application's ActivityLifecycleCallbacks to initialize the sdk
1.Declare your Application
in the AndroidManifest.xml
.
2.Add three methods to your Application
's ActivityLifecycleCallbacks
Last updated