We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
6.0.1
0.63.3
Android
Update product information.
It won't update with the newest information of the product.
Real Device
Retrieve the products and subscriptions
const skus = ["test_sku"]; let products = []; const subscription = await RNIap.getSubscriptions(skus); products = await RNIap.getProducts(skus); products.push(subscription[0]);
Then change the information of your product.
The text was updated successfully, but these errors were encountered:
I also want to investigate this further. Could you kindly share this in Discussion to open discussion? I'll close this issue.
Sorry, something went wrong.
No branches or pull requests
Version of react-native-iap
6.0.1
Version of react-native
0.63.3
Platforms you faced the error (IOS or Android or both?)
Android
Expected behavior
Update product information.
Actual behavior
It won't update with the newest information of the product.
Tested environment (Emulator? Real Device?)
Real Device
Steps to reproduce the behavior
Retrieve the products and subscriptions
Then change the information of your product.
The text was updated successfully, but these errors were encountered: