Skip to content
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

It won't update the product information after changing it in the store #1283

Closed
InsideT opened this issue Mar 24, 2021 · 1 comment
Closed
Labels
🤖 android Related to android 🙏 help wanted Extra attention is needed

Comments

@InsideT
Copy link

InsideT commented Mar 24, 2021

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

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.

@hyochan hyochan added 🙏 help wanted Extra attention is needed 🤖 android Related to android labels May 9, 2021
@hyochan
Copy link
Owner

hyochan commented May 9, 2021

I also want to investigate this further. Could you kindly share this in Discussion to open discussion? I'll close this issue.

@hyochan hyochan closed this as completed May 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖 android Related to android 🙏 help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants