dooboolab-community / react-native-iap

In App Purchase module for React Native!
https://react-native-iap.dooboolab.com
MIT License
2.74k stars 633 forks source link

requestPurchase slow for iOS #2597

Open nthh opened 8 months ago

nthh commented 8 months ago

Description

I recently migrated from Expo InAppPurchases as it is deprecated. When purchasing with Expo IAP, upon making a purchase the payment view loaded immediately.

With this library, it takes ~5 seconds to load the purchase screen. In addition, is there any way to know if the user has clicked the cancel button?

Environment:

msj-js commented 6 months ago

I am experiencing the same. It takes about ~5 sec on ios devices to load the purchase screen. Long enough to get my app rejected from app store.

expo 49.0.13 react-native 0.72.6 react-native-iap 12.11.0

any suggestions?

NinjaDevRN commented 2 months ago

Long enough to get my app rejected from app store

@msj-js Can you solve this issue? Does Apple really reject apps for that?

I also have the same behaviour:

"react-native": "0.73.7",
"react-native-iap": "12.13.1"