-
-
Notifications
You must be signed in to change notification settings - Fork 659
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RNIap.requestPurchase have no resolved promise result on iOS 14.0 version #1058
Comments
I'm having the same problem |
Also seeing this issue on iOS 14 beta 2. |
Weird thing is that it was working for me perfectly fine. I was using Iaphub to handle the purchase and started having this issue so I switched to using this package and it was working fine until yesterday. It actually seems to be working, it does nothing after the purchase and you have to reload the app and then all the code after making the purchase will run. |
We're having the same issue in a mac catalyst app on iOS 13 / macOS 10.15.5. |
Just submitted a pull request to fix the issue. |
Fixed in |
+1 still having the same problem in IOS, I'm using 4.5.3 |
Version of react-native-iap
4.4.8, 4.5.0
Version of react-native
0.61.5
Platforms you faced the error (IOS or Android or both?)
IOS (14.0)
Expected behavior
requestSubscription and requestPurchase methods should resolve promise on sucessful purchase.
Actual behavior
purchaseUpdatedListener
receives the result of successful purchase butRNIap.requestPurchase(sku, false)
andRNIap.requestSubscription(sku, false)
have no resolved promise result. Actually there is no success callback execution. It works fine in previous ios versions and in android.Tested environment (Emulator? Real Device?)
both
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: