Skip to content

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

@InsideT

Description

@InsideT

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

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions