问题
I am working on in-app billing. I have done all the steps. When I run my signed apk, and after clicking on buy button I am getting this dialog "item not found". Also after clicking on ok another dialog will be open like "the item you requested is not available for purchase " Whats the problem with my app ? I am also using another account for test.
回答1:
Did add the following line to your Proguard configuration file:
-keep class com.android.vending.billing.**
回答2:
Add inapp products in your developer account for that application, and use the same SKU. It will resolve the issue.
来源:https://stackoverflow.com/questions/12840908/android-in-app-billing-getting-dialog-like-item-not-found