Android in-app billing getting dialog like “item not found”

旧城冷巷雨未停 提交于 2020-01-15 03:14:06

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!