如何使用 RevenueCat 在没有 Internet 连接的情况下验证自动续订订阅

How to Authenticate Auto Renewable Subscription without Internet Connection using RevenueCat

我知道建议使用 Purchases.shared.purchaserInfo 方法在整个应用程序中对订阅进行身份验证,但是当用户未连接到互联网时如何呢?

在使用 RevenueCat 时验证未连接到 Internet 的用户的推荐方法是什么?

谢谢

purchaserInfoWithCompletionBlock 方法将首先从缓存中读取,因此即使没有互联网连接也可以安全调用。

来源:https://github.com/RevenueCat/purchases-ios/blob/d8282e7c5db2f9b84ca432c1f3d09c28457f00bd/Purchases/Public/RCPurchases.m#L381