An RevenueCat API wrapper.
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
compile 'com.github.stevesoltys:revenuecat:0.1.1'
}
Create a RevenueCat
instance with your API key, and run an API query.
Here's an example:
val revenueCat = RevenueCat("sk_dfsg234fv7849hfqa4ufsd")
val subscriber = revenueCat.getOrCreateSubscriber(identifier)
// ...
This library is available as open source under the terms of the MIT License.