cafebazaar / ReferrerSDK

Referrer SDK for Cafe Bazaar App Store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android ReferrerSDK for Cafe Bazaar App Store.

Getting Started

To start working with ReferrerSDK, you need to add its dependency into your build.gradle file:

Dependency

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' }
    }

How to use

For more information regarding the usage of ReferrerSDK, please check out the wiki page.

Sample

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.

About

Referrer SDK for Cafe Bazaar App Store

License:Apache License 2.0


Languages

Language:Kotlin 94.6%Language:AIDL 5.4%