-
-
Notifications
You must be signed in to change notification settings - Fork 655
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
No any response after changing the subscription plans (Android only) #707
Comments
We dug into the android native code in Iap module and after changing the subscription plan, only onPurchaseUpdated method is triggered in RNIapModule.java file. onPurchaseUpdated method is triggered with a null value for purchases argument and startListening method is not invoked. |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as "For Discussion" or "Good first issue" and I will leave it open. Thank you for your contributions. |
@asbarali We also encountered this problem. Did you find the solution in the end? We tried RNIap 4.3.0 & 4.3.3, the issue is basically the same. The only difference is the registered purchase error listener will be called with the following error due to this change on 3.4.12: { message: 'purchases are null.', @hyochan May you give us some hint on this issue? Thank you so much~. |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as "For Discussion" or "Good first issue" and I will leave it open. Thank you for your contributions. |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information. |
Version of react-native-iap
3.3.9
Version of react-native
0.59
Platforms you faced the error (IOS or Android or both?)
Android
Expected behavior
Should return any response (Better if receive a receipt)
Actual behavior
Doesn't return any response
Tested environment (Emulator? Real Device?)
Real Device - sandbox
Steps to reproduce the behavior
Description
Doesn't receive any response to purchaseErrorListener or purchaseUpdateListener
The text was updated successfully, but these errors were encountered: