currently i,m developing the expo react native application ,when i try to purchase the subscription in ios(react-native-purchase),take sometime to show ios purchase prompt and i need to show the spinner/loader before purchase prompt open and i have no idea,when ios subscription prompt open and close and anyone please sortout this issue?
Page 1 / 1
Hi, you can use the SKPaymentTransactionObserver as detailed here: https://stackoverflow.com/a/62767329
Apple recommends registering an SKPaymentTransactionObserver
as soon as the app launches, and RevenueCat automatically does this when you configure an instance of Purchases.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.