android in app billing purchase verification failed

后端 未结 4 1839
孤城傲影
孤城傲影 2020-12-13 07:18

i\' having trouble implementing in app billing in my android app. i\'m getting a purchase signature verification failed. In a first time i tough it was the base64 key but i

4条回答
  •  隐瞒了意图╮
    2020-12-13 07:22

    Make sure that you are logged in with the right user on your phone or e.g. add your phone's google account as a test user in the developer console.

    http://developer.android.com/google/play/billing/billing_testing.html#billing-testing-static:

    In some cases, the reserved items may return signed static responses, which lets you test signature verification in your application. The reserved items only return signed responses if the user running the application has a developer or test account.

提交回复
热议问题