in app billing fails in new version of my app

后端 未结 2 1443
借酒劲吻你
借酒劲吻你 2021-01-11 18:52

My app has been in the play store for a while, and it worked. Yesterday I released an update, and found a bug in it, which I want to fix today. After uploading my alpha apk

2条回答
  •  鱼传尺愫
    2021-01-11 19:42

    You are suppose to sign your APK with your live certificate. Then install that into your device and test InAppBilling.

    If you are using the android.test.purchased it will work all the way, but you won't have the developerPayload in your final response.

    If you are using your own draft in app item you can test all the way but you will be charged and so will have to refund it yourself afterwards.

    You cannot buy items with the same gmail account that you use for the google play development console.

    Check out for more Details

提交回复
热议问题