Hey @ivnaDeveloper !
This is most likey just an issue and sandbox and wouldn't happen in production.
In general, the sandbox environments behave nearly identical to the production environments. That being said, we recommend to test only the flow of a purchase in sandbox mode, and not metadata-related tests on products. This is because:
- Store APIs often do not return accurate prices across regions, including in TestFlight on iOS
- Store APIs often do not return accurate names and descriptions for products
While the production environment is generally more stable than the sandbox environment, we're not able to provide support on why store APIs are not up to date at any given moment. For this reason, we recommend only testing the flow of a purchase in sandbox mode instead. For example:
- Initiate a purchase
- Complete a purchase
- Verify content has been unlocked
This will ensure you are properly unlocking content for a purchase, and in production you'll see more accurate metadata.
I’m not sure if this is related -- and I realize the original question is a year old…
We’re trying to integrate and test RC integration with Flutter (and Flutterflow). I’m running into a Synchronization issue between the PLAY Store and RC.
- When I added products to a RC offering, the change reflects properly in my client when it refreshes (kill app, restart)
- BUT -- When I change the description or pricing of a product in the Play Store, nothing is updating on the client.
What can be done so we can see changes in the Play Store properly reflect in our app? Obviously, if pricing and description changes aren’t propagating to our end-users, there would be no point in making the changes, ya? Surely things are supposed to sync, yes?
Hi @Red-Rob, when making a change to a product in the Google Play Console it can take ~24 hours for the change to propagate. Can you let me know if you are able to see the changes reflected after that time?