android: in app billing RESULT_SERVICE_UNAVAILABLE

有些话、适合烂在心里 提交于 2019-12-01 06:16:30

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.

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.

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