[Closed] iOS Active Subscription Check

Hi,

So I was wondering if someone could help with this topic. I need to check if a user, on iOS, has an active subscription. I would like to know peoples entire flow for this, from purchase, to re-installing the app and restoring transactions. How are people going about this to ensure a user always has a valid subscription?

Thanks,
Adam

@mimminito

On iOS, Auto-renewing subscriptions are tracked by Apple and they will be restored if the user uninstalls and re-installs your app.

Currently, the best way to determine if they have an active subscription is to parse the App Receipt. There is an explanation on how to do that here:

1 Like