Reputation: 10738
I know it is recommended to use the Purchases.shared.purchaserInfo
method to authenticate subscriptions throughout your app but how about when the user is not connected to the internet.
What would be the recommended way to validate a user who is not connected to the internet when using RevenueCat?
Thanks
Upvotes: 0
Views: 349
Reputation: 5169
The purchaserInfoWithCompletionBlock
method will read from a cache first so is safe to call even without an internet connection.
Upvotes: 2