I am simply trying to configure Revenue Cat in my App Delegate's didFinishLaunchingOptions
method with Purchases.configure(withAPIKey: "my_api_key")
(as explained in the docs), but it keeps printing the following error...
‼️ Error fetching offerings - The operation couldn’t be completed. (RevenueCat.OfferingsManager.Error error 1.)
Is it because my api key could be wrong? I followed the docs by uploading a shared secret from my App Store connect, and the api key I am using is from the bottom of the following image called "Public API Key".
This seems like such a simple task..
[EDIT] Or could it be my offering isn't fully set up? I tried, but it still looks like this:
And after clicking "offerings" it says this:
I did add an "Entitlement" and "Product" though, so not sure why it looks like that.