-
-
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.getSubscriptions(SUBSCRIPTIONS) throws "E_IAP_NOT_AVAILABLE" error #757
Comments
Did you call |
@hyochan not included 3.5.73.5.8 |
Do not ignore src dir which will ignore src in android
* fix `validateReceiptAndroid` - Make template literals properly * Resolve #757 - Do not ignore src dir which will ignore src in android * Release 3.5.9
@s-aleinik Fixed in |
@hyochan here is new error: [TypeError: null is not an object (evaluating 'RNIapModule.getItemsByType')] |
latest working version is 3.5.6 for me |
Version of react-native-iap
3.5.8
Version of react-native
0.60.5
Platforms you faced the error (IOS or Android or both?)
Android
Expected behavior
RNIap.getSubscriptions(SUBSCRIPTIONS) will return the list of subscriptions.
Actual behavior
throws an error: "TypeError: Cannot read property 'getItemsByType' of undefined", after that there is one more error as Unhandled Promise Rejection with text: "E_IAP_NOT_AVAILABLE"
Tested environment (Emulator? Real Device?)
Real device. Android version 6.0.1
Steps to reproduce the behavior
Try to use RNIap.getSubscriptions(SUBSCRIPTIONS) method.
The text was updated successfully, but these errors were encountered: