Sdkbox purchase item problem

I have import IAP from sdkbox .now I met a problem. When I buy a item ,it show “the item you requested is not available for purchase - in-app billing”. I have checke all in my app. I use the lua language.

  1. I signed the APK in release mode
  2. The app is published
  3. google play test user is ok. SKU is ok, app is released.
  4. the Products are active
  5. the app config and code is ok .

Someone help me with finding our the problem?
I can’t find other things to cause this error.

I will show some my log and code.

If I buy “android.test.purchased” whick is the google billing-testing-static item (you can find it in http://developer.android.com/intl/zh-cn/google/play/billing/billing_testing.html#billing-testing-static ),it work well. but when I buy ‘zjcoin1’ or ‘test2’,it return the “the item you requested is not available for purchase - in-app billing” error.

Make sure your app is uploaded to google play alpha testing, and you have to add your testing account as alpha testers.

I’ve the same problem. With android.test.purchased works ok, but with my real id this is the msg:

Captura

My app is uploaded to google play alpha testing, and i’m testing with my tester account…
I do not know what else to try …

EDIT: I found the problem!, I was entering the title instead of id of my item.

1 Like