Android In App Billing - Error Retrieving Information From Server

偶尔善良 提交于 2020-01-14 07:12:26

问题


I am using Android in app billing for in app purchases.

In rare cases a number of my users are reporting Error: "Error retrieving information from server. [RPC:S-7:AEC-0]"

This is happening in prod not in testing. And I'm unable to reproduce this locally to debug.

What does this error mean and how to resolve it?


回答1:


You might want to take a look at This Previous Question

Check if you are using latest version of Google Play.

OR

Following the steps below.

RPC:AEC:0 error is known as CPU/RAM/Device/Identity failure.

Only possible way you can follow to get rid off this error is,

Go to settings >application > Play Store >Clear Data & Clear Cache.

Go to accounts >Google >Remove account.

Reboot device.

Again Settings>Account >Google >Log In.

Refer to this link

OR

Factory Reset is the last working option, if none of the above worked.

I believe that this might have the solution that you are looking for. Since the question mentioned that he/she noticed the issue with a test account, it may be that your customers are not using the latest version of Google play or that they need to clear their cache.

You can also View this Youtube Video titled "How to Fix " Error retrieving information from server [RPC:S-7:AEC-0] "




回答2:


In my case the problem was that Google suspended the merchant account for the application.



来源:https://stackoverflow.com/questions/29335079/android-in-app-billing-error-retrieving-information-from-server

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