Skip to main content

My react native application takes around 30s to return data from the Purchases.getProducts() function call. There has been no issues until now regarding this and we haven’t changed anything regarding initialization. I am using react-native-purchases@7.28.1 which should be stable according to documentation.

Hey ​@fridrik-omarsson-cbac1a ,

If you are seeing this in you iOS builds, we’ve seen some recent instability (especially with iOS 18.4,) which has consistently shown issues with StoreKit 2. Specifically, we’ve observed long delays when loading products and presenting the purchase sheet, mostly in simulator, sandbox, and App Review environments.

There have also been some delays reported more generally in StoreKit, even outside of 18.4, but so far we haven’t seen this affecting production environments.

We’ve filed Feedback with Apple and are actively tracking this on our side (see GitHub issue #4954 for updates and context). We’re keeping a close eye on the situation and waiting on further clarity from Apple but if you’re seeing this on Android though, it may be a separate issue and I’m happy to dig deeper.


Best,
Gui


Hey all,

just wanting to let you know that Apple got back to us via Feedback and mentioned they believe they’ve identified the issue causing products to fail to load.

They’ve said a potential fix is on the way in an upcoming release (original discussion here).

We’ll share more as soon as we hear anything new. Thanks for bearing with us!

 

Best,
Gui


Reply