Read
Initialize Subs Client
Get Payments IDs
It will return the list of Payments ID in side one particular App.
Get User Subscriptions
It will return a list of Subscription IDs for one particular User.
Get Subscription
It will give you all the data concerning a particular Subscription.
Get App Subscribers
It will return a list of User subscribed to a particular Payment of an App.
Get App Subscriptions
It will return a list of Subscription IDs for a particular App.
Get Already Subscribed
It will return a boolean if the User is subscribed to an App.
Get Canceled Subscription
It will give you a boolean if the User has canceled his Subscription.
Last updated