Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cafebazaar/referrersdk
Referrer SDK for Cafe Bazaar App Store
https://github.com/cafebazaar/referrersdk
aidl android bazaar cafebazaar coroutine installreferrer kotlin referrer service
Last synced: 6 days ago
JSON representation
Referrer SDK for Cafe Bazaar App Store
- Host: GitHub
- URL: https://github.com/cafebazaar/referrersdk
- Owner: cafebazaar
- License: apache-2.0
- Created: 2021-08-21T13:45:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-03T09:20:54.000Z (almost 3 years ago)
- Last Synced: 2024-03-26T03:25:53.833Z (8 months ago)
- Topics: aidl, android, bazaar, cafebazaar, coroutine, installreferrer, kotlin, referrer, service
- Language: Kotlin
- Homepage:
- Size: 229 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Android ReferrerSDK for [Cafe Bazaar](https://cafebazaar.ir/?l=en) App Store.
## Getting Started
To start working with ReferrerSDK, you need to add its dependency into your `build.gradle` file:
### Dependency
```groovy
dependencies {
implementation "com.github.cafebazaar:referrersdk:[latest_version]"
}
```Then you need to add jitpack as your maven repository in `build.gradle` file:
```groovy
repositories {
google()
jcenter()
maven { url 'https://jitpack.io' }
}
```### How to use
For more information regarding the usage of ReferrerSDK, please check out the [wiki](https://github.com/cafebazaar/referrersdk/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](https://github.com/cafebazaar/ReferrerSDK/tree/master/app) module.