问题
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
- In app Purchase issue in android
- How to resolve “The item you were attempting to purchase could not be found”
- How to resolve "The item you were attempting to purchase could not be found"
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
.
回答1:
It turns out I misspelled the SKU I was trying to test.
来源:https://stackoverflow.com/questions/16393354/the-item-you-were-attempting-to-purchase-could-not-be-found-after-following-in