4

So I am following the instructions at http://developer.android.com/google/play/billing/billing_admin.html for testing my app for in-app billing. I have also already read

My products are activated, I am using a testing account that is not registered under my name; my apk is in draft mode; my sku match the product ids. I am still getting the infamous the item you were attempting to purchase could not be found.

Community
  • 1
  • 1
Pouton Gerald
  • 1,625
  • 22
  • 32

1 Answers1

0

It turns out I misspelled the SKU I was trying to test.

Pouton Gerald
  • 1,625
  • 22
  • 32
  • 1
    I am having the same problem! I'm rather ashamed to admit it, but I don't know what to send as the SKU string. Should I be sending "sku_name", or "com.mycompany.myproduct.sku_name", or something else? I've tried both of those solutions, with and without capitalization, and nothing seems to work! What did your SKU string look like? – GarrickW Mar 02 '14 at 19:34
  • SKU can be any of those format as long as Google play form accepts. I normally used just the name as "unlock" "fullapp" and it works perfect. – A. Adam Jun 02 '14 at 21:14