In app Purchase issue in android

后端 未结 4 1181
迷失自我
迷失自我 2021-01-12 21:36

I have successfully test product id (i.e android.test.purchased etc.) in my app but I am getting exception with real product id..any help will be appreciate. I have also pu

相关标签:
4条回答
  • 2021-01-12 22:13

    I found that, for my app, this error was caused by setting the price field to $0.00 on the Developer Console. Even though Google states the price cannot be less than $0.99, they still allow you to set the price to $0.00, and then give this enigmatic error.

    0 讨论(0)
  • 2021-01-12 22:16

    I Think you have not activated your APK. Just activate your APK..then it will be in Ready to Publish state. Now your APK in Drafts.

    0 讨论(0)
  • 2021-01-12 22:27

    You should add yourself as a test account to your publisher account. Don't forget that you can't purchase from yourself (test account should be different from publisher account)

    0 讨论(0)
  • 2021-01-12 22:36

    I solved this problem setting up my phone main Google account as test account: http://developer.android.com/guide/market/billing/billing_admin.html#billing-testing-setup

    I hope this helps!

    0 讨论(0)
提交回复
热议问题