Skip to main content

Hi,

i want to publish my App in the AppStore. There is everything set up and working in the simulator with the StoreKit (as descripted in https://www.revenuecat.com/docs/test-and-launch/sandbox/apple-app-store#ios-14-only-testing-on-the-simulator).

When i give it in the AppStore Connect review and adding the subscription (1st time) then they getting an error - it can’t fetch a product. So thats obviously cause the subscription in AppStoreConnet are notactive now. I don’t get the logic… 
So, how can i set up my App for productivity so that they can test a subscription that not exists yet?The StoreKit is only for XCode, right? So i nedd to set it up for Sandbox?

I Thought i better ask here befor getting rejected 20x times and waiting every time like 12 hours :)
Thanks!

alright i was doing a misthinking.. The offering should shown in the app no matter if the sunbscription is in the app store connect active or not - right? 
So my problem is, that the product can’t be fetched?


Hi @steste95,

First I recommend removing your binary and products from review. Having rejected builds in App Store Connect can cause further issues when testing, because the app is in a weird state in App Store Connect.

After that, the error you’re getting is this: https://community.revenuecat.com/sdks-51/why-are-offerings-or-products-empty-124. Can you go through that guide and ensure each step is correctly done? Even one small missed step can cause big errors like that.