Hey!
Iām getting rejections from Apple due to the fact that products are not loaded on the paywall during their review. In the logs I see that revenuecat sdk returns āSKProductsRequest took too long to completeā after a very long timeout. And Iām not successful in reproducing this behaviour locally or with any other test devices.
Iām using React Native and what I do in the code is simply call `await Purchases.getOfferings();` and using `7.6.0` version of the library.
I donāt have any additional logs or information since SDK only throws this error. Any advice on how to debug or resolve this?