How long does a price / description change usually take place in the Google Play Developer Console to take effect and distribute to devices?
I have two In-App products that I am testing with price and description changes.
Using getSkuDetails() from the IabHelper library, I can request this information while the application is running. After changing the information in the Google Play Developer Console, a change in description was found quite quickly in the application. However, it was 2 hours, and the price change has not yet requested updated information - it still receives the original price.
Given that I changed both parameters at the same time, I expected both to have the same propagation delay.
What raises a new question: if the delay is significant, what happens during this interim period? Has the price been changed for purchases so that when viewing the Google Wallet workflow, the new price will be displayed, but the value shown to customers in the application received through getSkuDetails() will reflect the original price?
I looked through the documentation, but there is very little information about what happens when prices change. This blog post was helpful at a high level:
http://android-developers.blogspot.ca/2012/12/in-app-billing-version-3.html
sghael
source share