android: in app billing RESULT_SERVICE_UNAVAILABLE

前端 未结 2 1027
悲&欢浪女
悲&欢浪女 2021-01-14 00:15

I got this kind of error from last night..i dont\'t know what\'s going on.Is there any problem from my side?. I didn\'t change my code but when i clear data or i restall the

相关标签:
2条回答
  • 2021-01-14 00:23

    Most probably you get this message because Google Play application was not running at the moment, and after you reinstalled the app, Google Play was up and running again.

    When you encounter the same problem again, try to start Google Play application and then get back to your app and try to access billing once more.

    0 讨论(0)
  • 2021-01-14 00:32

    if you find this message in the log:

    05-30 09:28:23.760: E/Volley(4636): [13] BasicNetwork.performRequest: Unexpected response code 429 for https://android.clients.google.com/vending/api/ApiRequest

    it means that you've send too much RESTORE_TRANSACTIONS request in given amount of time. Google has clearly some throttling on request. It happened to me during testing in-app billing, approx. 20-30 restore transcations request went ok, and then - service unavailable response.

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