Google Play error quot;Error while retrieving information from server [DF-DFERH-01]quot;(Google Play 错误“从服务器 [DF-DFERH-01] 检索信息时出错)
问题描述
我刚刚完成了一款安卓游戏,我正在测试应用内购买功能.我正在使用 android.test.purchased 发送测试
直到几个小时前它都运行良好.但是现在当我在google play中点击接受并购买"时,商店给出了错误.
<块引用><块引用>Google play 错误从服务器 [DF-DFERH-01] 检索信息时出错"
有人知道这个错误是什么意思吗?
试试这个,因为它在我的三星手机上解决了:
<代码>1.打开Google Play"应用程序并按主页按钮返回2. 转到设置 → 应用程序 → 管理应用程序3. 选择ALL"标签,搜索Google Play Store"并点击打开.4.按强制停止"5.按清除缓存"6.按清除数据"7.现在打开Play商店,它会正常工作.
如果上述步骤没有帮助,请尝试以下步骤:
<代码>1.转到设置 → 应用程序 → 管理应用程序2. 选择ALL"标签,搜索Google Services Framework"并点击打开.3.按强制停止"4.按清除缓存"5.按清除数据"
I'm just finishing a game for android and I'm testing out the in app purchase functions. I'm sending testing using android.test.purchased
It was working fine until a few hours ago. But now when I click the "accept and buy" in google play, the store gives the error.
Google play error "Error while retrieving information from server [DF-DFERH-01]"
Does anyone know what this error means?
Try this, as it solved in my case on a Samsung mobile phone:
1. Open the "Google Play" app and press the home button to return
2. Go to Settings → Applications → Manage Applications
3. Select the "ALL" tab, Search for "Google Play Store" and press it to open.
4. Press "Force stop"
5. Press "Clear cache"
6. Press "Clear Data"
7. Now Open Play Store and it will work normally.
If the above steps does not help then try the following as well:
1. Go to Settings → Applications → Manage Applications
2. Select the "ALL" tab, Search for "Google Services Framework" and press it to open.
3. Press "Force stop"
4. Press "Clear cache"
5. Press "Clear Data"
这篇关于Google Play 错误“从服务器 [DF-DFERH-01] 检索信息时出错"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Google Play 错误“从服务器 [DF-DFERH-01] 检索信息时出错"


基础教程推荐
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01