Languages

Menu
Sites
Language
In-app purchases. Error 9201

Hi.

I am trying to buy items in Native Sample Application.

I select Developer mode, then load items list, then touch on one of the item from the list. Then "Tizen account login" dialog appears. I input my account, and then I got error message "(E9201/6001").

I also tryied to make purchase from my own application with items registered in Tizen Store for my app. But result is the same.

Thanks for any help.

View Selected Answer

Responses

6 Replies
Alex Dem

Hi,
just fyi, try to look here regarding your error (9201 is item group ID is not found):
https://developer.tizen.org/sites/default/files/page/iap_programming_guide_appcontrol_140220.pdf
Maybe it could help.
Alexey.

Boris Tsarev

Thanks, Alexey. But I don't understand why I receive that error.

List of items from specified Item Group successfully load. But purchasing item from that group doesn't work.

Boris Tsarev

Native sample application still show me error "(E9201/6001)".

No one else facing with that error?

Boris Tsarev

Today I noticed that Tizen In-App Puchase Client version 1.1.5 is available for download now (I was using ver 1.1.1 before).

After installing new clent app, I again got several 9201 errors, but after that purchases starts to work.

May be new IAP clent helped or may be Tizen servers started to work today.

 

I also noticed that IAP release notes said that IAP client 1.1.5 release date is 29 Apr 2014, but It became available for download only today (or may be in recent couple of days). Very strange.

Mark as answer
Alex Dem

Hi,
I guess the cause of your issue is:
https://developer.tizen.org/ru/downloads/add-on-sdks?langswitch=ru
https://developer.tizen.org/downloads/add-on-sdks?langswitch=en
There are different IAP clients available for every link.
Alexey.

Boris Tsarev

Thanks, Alexey