In-App billing not working (Your request could not be processed)

ε祈祈猫儿з 提交于 2019-12-01 15:17:59

Couple of things you have to consider.

  1. Check the public key [Must be your account public key.]
  2. Check if your friend is in the test account list for that product.(Remove it)
  3. In your code use logcat to find the status code. (Use billing receiver for any purchase request code). or Error : Developer Error.

  4. Be sure you are signing with correct keystore.

FYI onRequestPurchaseResponse() inside Dungeon.java get the Response.

Hope will help you.

Are you from one of the accepted countries for In App Purchases by Google Play? https://support.google.com/googleplay/android-developer/answer/150324

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