-
-
Notifications
You must be signed in to change notification settings - Fork 647
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
IAP req ERROR %%% undefined right operand of 'in' is not an object #2455
Comments
Use requestSubscription method like below await requestSubscription({sku}).then(async (result) => { |
hello @mansimakwana25 as per your solution i had done the changes but now i am facing another issue
|
Hi @Prathameshlabde, yes for android you have to pass subscriptionOffers key in requestSubscription function, here is the sample code hope it will help
subscriptions are the product array that you will find from getSubscriptions method |
Hello
I have implemented react-native-iap (version:12.10.5) , react-native(version : 0.71.7)
I am trying to implement subscription by using requestSubscription() method, However I am getting below error
IAP req ERROR %%% undefined right operand of 'in' is not an object
Below is my block of code
Please suggest to fix this issue
The text was updated successfully, but these errors were encountered: