How long does it usually take for the price / description change made in the Google Play Developer console to take effect and propagate to devices?
I have two In-App products I am testing with a price and description change.
Using getSkuDetails()
from the IabHelper
library I am able to query this information at app runtime. After changing the information in the Google Play developer console, the description change showed up fairly quickly in app. However, it's been 2 hours and the price change has yet to query with updated info - it's still getting the original price.
Given that I changed both at the same time, I would expect both to have the same propagation delay.
Which brings up a new question: If the delay is significant, what happens in this interim? Has the price changed for purchases such that going through the Google Wallet workflow will show the new price, but the value shown to customers in the app, gotten via getSkuDetails()
, will reflect the original price?
I've scoured the documentation, but there is very little info on what happens when changing prices. This blog post was useful, at a high-level:
http://android-developers.blogspot.ca/2012/12/in-app-billing-version-3.html