-
-
Notifications
You must be signed in to change notification settings - Fork 687
Closed
Labels
🙏 help wantedExtra attention is neededExtra attention is needed🤖 androidRelated to androidRelated to android
Description
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.
Metadata
Metadata
Assignees
Labels
🙏 help wantedExtra attention is neededExtra attention is needed🤖 androidRelated to androidRelated to android