LinkFive - Successful Subscriptions

Fetch Subscriptions

Fetch Subscriptions

Please read How to initialize the SDK before you start with this part.

Fetch active Subscriptions

To fetch the active subscriptions, to for example view them in your paywall view, do:

// Fetch your subscriptions
const fetchedSubscriptions = await PurchasesSdk.fetchSubscriptions();

Next: Make a Purchase