Hi,
Please help us to solve a mystery.
When we build our app and upload to testflight I can see that the app send request to sandbox.itunes.apple.com and it’s very slow. According to posts in forums and communities this is known issue that is not taking care of for years from Apple side.
This request is taking a lot of time (I assume that this request source is from react-native-purchases library) and slows down our loading process of the app.
Sometimes the requests are even timed out or I get message like:
None of the products registered in the RevenueCat dashboard could be fetched from App Store Connect
and the products are not loading
- I don’t see such requests from the production version that is downloaded from the app store.I do see requests to itunes.apple.com
- How can I make sure that this situation happens only on testlight. How can I build the app in a production mode to check this. I tried the ad hoc build and install .ipa on my device but same thing happened.
- Does anyone took a look at this issue deeper and can assure that the slow requests and the error message from Revenue Cat is happening only on testfligt/sandbox ?
Thanks,
Roman.