Android ReferrerSDK for Cafe Bazaar App Store.
To start working with ReferrerSDK, you need to add its dependency into your build.gradle
file:
dependencies {
implementation "com.github.cafebazaar:referrersdk:[latest_version]"
}
Then you need to add jitpack as your maven repository in build.gradle
file:
repositories {
google()
jcenter()
maven { url 'https://jitpack.io' }
}
For more information regarding the usage of ReferrerSDK, please check out the wiki page.
There is a fully functional sample application that demonstrates the usage of ReferrerSDK, all you have to do is cloning the project and running the app module.