I have an existing app that I am upgrading to use RevenueCat. If the current version of the app (non-RC version) is installed then you upgrade to the revenueCat integrated version in the logs I see the following error:
gPurchases] - DEBUG: CustomerInfo cache is stale, updating from network in foreground.
tPurchases] - DEBUG: Network operation 'GetCustomerInfoOperation' found with the same cache key 'FB1D5F41-6C6F-4...'. Skipping request.
pPurchases] - ERROR: There was a problem related to the customer info. Requested a cached CustomerInfo but it's not available.
gPurchases] - ERROR: There was a problem related to the customer info. Requested a cached CustomerInfo but it's not available.
I’m guessing this error is just shown because I asked for a cached version of the CustomerInfo in my code but there wasn’t anything in the cache?
I’m wondering if this error is benign or something I need to fix? Seems strange this would be logged as an “ERROR” if it wasn’t important vs. just being a warning or an info. Just want to verify.
Thanks