Android in-app billing getting dialog like “item n

2019-07-17 01:48发布

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.

2条回答
乱世女痞
2楼-- · 2019-07-17 01:58

Did add the following line to your Proguard configuration file:

-keep class com.android.vending.billing.**

查看更多
贪生不怕死
3楼-- · 2019-07-17 02:18

Add inapp products in your developer account for that application, and use the same SKU. It will resolve the issue.

查看更多
登录 后发表回答