question

virtuos avatar image
virtuos asked

Amazon IAP 2.0 languages localization supported problem

I have been immigrated Amazon IAP from 1.0 to 2.0 for a while, and I have configured all the items on IAP configuration user interface (with multiple language supported). Then I exported json file from Amazon. I saw there are several fields in json file (I think they are used for multiple languages supported) e.g languageTitleMap, languageDescriptionMap, currencyPriceMap The problem is I could not get these fileds from the data that is responsed in PurchasingListener.onProductDataResponse() The response's json string that is obtained from itemDataResponse.toJSON().toString() has only several fields below: "title", "price", "sku", "description", "smallIconUrl", "productType" I used in-app-purchasing-2.0.61.jar and Amazon App Tester that is downloaded several months ago on Amazon store Anybody know what problem is here. Please give me some advice, thanks advanced.
iap
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

virtuos avatar image
virtuos answered
I also have pushed json file into devices sdcard directory. No matter which language setted on device, the IAP items are presented with English. Please help.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

virtuos avatar image
virtuos answered
Let make question simple. Does Amazon IAP 2.0 realy support localization? Offical website does not talk too much about localization.Anybody know this answer?
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

virtuos avatar image
virtuos answered
Finally, the problem is solved. The problem is that App Tester does not support localization, instead we should use live test to test localization(user markeplace will decide to use which language info).
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.