我知道建议使用Purchases.shared.purchaserInfo方法对整个应用程序中的订阅进行身份验证,但是当用户未连接到internet时如何。
在使用RevenueCat时,建议使用什么方法验证未连接到internet的用户?
谢谢

最佳答案

purchaserInfoWithCompletionBlock方法将首先从缓存中读取,因此即使没有internet连接也可以安全地调用。
来源:https://github.com/RevenueCat/purchases-ios/blob/d8282e7c5db2f9b84ca432c1f3d09c28457f00bd/Purchases/Public/RCPurchases.m#L381

10-07 19:40