Angtrim / android-subs-tracking

Code to manage subs with help of revenueCat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

android-subs-tracking

How to use

Initialization

Call at application starting time, after Firebase/Amplitude initialization.

PurchaseTrackingHelper.init(Context context, String firebaseRemoteUrl, String expCohortString, String revenueCatApiKey)

Tracking

Call in the onPurchasesUpdated callback of billing client.

PurchaseTrackingHelper.init(Context context, String firebaseRemoteUrl, String expCohortString, String revenueCatApiKey)

About

Code to manage subs with help of revenueCat


Languages

Language:Java 100.0%