[Closed] Tizen IAP testing

Hello,
Now I’m porting my game to Tizen and trying to implement & test IAPs using Unity IAP.
I registered application in console, added item group with items (Dropbox - File Deleted - Simplify your life) and started beta test. But on application start items not downloading and in log I see a lot of information about IAP initialize with error “Item group does not exist”. I’ve attached the log, may be it helps.
In common, I have two questions:

  1. May this problem be caused because I’m testing outside the India (I’m from Russia)? Or items should be available to load and purchase in beta-test from every place in the world?
  2. If they available only from India, how to test app IAPs?

3057093–229541–tizen_iap_log.txt (143 KB)

@IceCatGames

Our Manual has some information about beta test for Tizen:
https://docs.unity3d.com/Manual/UnityIAPTizenConfiguration.html

As noted above, you will need to have your app approved for “beta test” on the Tizen Seller Store for testing. That configuration will allow you test purchases without location restrictions. Assuming that you are running a beta test then the “item group” error messages from the Tizen services suggest that either your item group doesn’t exist (typo perhaps) or it isn’t associated with the app you are testing. It could also mean that the beta hasn’t been approved yet (can take over a day in some instances.)

@ap-unity , @JayR ,
Finally I restarted beta-test with new build and IAPs started to work. Only one problem - when Unity loads Products information, it freezes app for 4-6 seconds (like in this thread [Tizen] Unity IAP hangs touchscreen - Unity Services - Unity Discussions ), after that works good. Don’t know why it happens, seems network loading on UI thread.

Hello,
My application finally went live. Now, as I see, all products is available to load from app and Item state is “Sale”.
But I can’t buy anything in my app, I see the following error in log:

05-31 17:27:59.464 : INFO / UnityIAP ( 20925 : 20925 ) : get_purchase_cb(): purchase FAILED result string = 6107|9301|Service not ready for this country
05-31 17:27:59.464 : INFO / Unity ( 20925 : 20925 ) : OnPurchaseFailed JSON: {“reason”:“6”,“productId”:“000000601122”,“message”:“Unknown error”}

Does it mean that I can’t purchase anything in my app from Russia? Or this problem is technical and no one of my players can buy anything?

There are a limited number of countries where Tizen IAP is available. According to the Item page for my test app the list is currently: India, Bangladesh, Sri Lanka, Nepal, South Africa, Indonesia, Kenya, Nigeria, Ghana. So, your users in those countries should be able to make purchases. Does your log show the “available items” list coming back with all of the expected products? At one point they were also limiting that list based on location but I believe that has changed.