Hello,
The IAP API doesn't work on Tizen ver2.2.1
I updated Tizen ver2.2.1.
I tried run sample code-Sample_Web with modifying the _itemGroupId with another I registered.
It is running and It returns country list without problem.
However it returns the code 9000 when calling 'get_item_list'
I tried with other parameters but It always returns 9000.
Below is the parameters list I have tried.
Japan
{"_itemGroupId":"10000000****","_mode":1,"_mcc":"440","_mnc":"01","_deviceModel":"GT-I8800" ...
{"_itemGroupId":"10000000****","_mode":1,"_mcc":"440","_mnc":"01","_deviceModel":"RD-PQ" ...
{"_itemGroupId":"10000000****","_mode":1,"_mcc":"440","_mnc":"01","_deviceModel":"" ...
Russia
{"_itemGroupId":"10000000****","_mode":1,"_mcc":"250","_mnc":"01","_deviceModel":"GT-I8800" ...
{"_itemGroupId":"10000000****","_mode":1,"_mcc":"250","_mnc":"01","_deviceModel":"RD-PQ" ...
{"_itemGroupId":"10000000****","_mode":1,"_mcc":"250","_mnc":"01","_deviceModel":"" ...
No mcc
{"_itemGroupId":"10000000****","_mode":1,"_mcc":"","_mnc":"","_deviceModel":"GT-I8800" ...
{"_itemGroupId":"10000000****","_mode":1,"_mcc":"","_mnc":"","_deviceModel":"RD-PQ" ...
{"_itemGroupId":"10000000****","_mode":1,"_mcc":"","_mnc":"","_deviceModel":"" ...
Can I get some advice about this?
Thanks,