Hello guys, anyone has any clue on this? I’m finishing my game that will use IAP and I need to list the products for android, my code works great for ios but for android I really don’t find any information regarding these product listing. I cannot put a price because the price is localized,… and I don’t have a way to gather it.
Hello guys, anyone has any clue on this? I’m finishing my game that will use IAP and I need to list the products for android, my code works great for ios but for android I really don’t find any information regarding these product listing. I cannot put a price because the price is localized,… and I don’t have a way to gather it.
Rob: the In-App billing v3 claims to be able to accomplish this:
The API also introduces a long-anticipated feature: the ability to query in-app product information directly from Google Play. Developers can now programmatically obtain an item’s title, description and price. No currency conversion or formatting is necessary: prices are reported in the user’s currency and formatted according to their locale
We are not looking to add version 3 in the near future, but you don’t need to show the prices in your app. When the store pops up, it will show the proper localized price.
I don’t think you don’t need to show localized prizes. This is something you need to tell players when you show up multiple IAP packs. Forcing them to click on each one to see the real prize seems prehistoric.
maxtrix2000: I agree. For us it’s important to show the price difference for each item so the users can compare them and easier decide which one to buy.
Rob: the In-App billing v3 claims to be able to accomplish this:
The API also introduces a long-anticipated feature: the ability to query in-app product information directly from Google Play. Developers can now programmatically obtain an item’s title, description and price. No currency conversion or formatting is necessary: prices are reported in the user’s currency and formatted according to their locale
We are not looking to add version 3 in the near future, but you don’t need to show the prices in your app. When the store pops up, it will show the proper localized price.
I don’t think you don’t need to show localized prizes. This is something you need to tell players when you show up multiple IAP packs. Forcing them to click on each one to see the real prize seems prehistoric.