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] 检索信息时出错"
基础教程推荐
- 如何从 logcat 中删除旧数据? 2022-01-01
- iOS4 创建后台定时器 2022-01-01
- AdMob 广告未在模拟器中显示 2022-01-01
- libGDX 从精灵或纹理中获取像素颜色 2022-01-01
- Android:getLastKnownLocation(LocationManager.NETWORK_PROVIDER 2022-01-01
- navigator.geolocation.getCurrentPosition 在 Android 浏览器上 2022-01-01
- NSString intValue 不能用于检索电话号码 2022-01-01
- iPhone - 获取给定地点/时区的当前日期和时间并将其与同一地点的另一个日期/时间进行比较的正确方法 2022-01-01
- 通过重定向链接在 Google Play 中打开应用 2022-01-01
- Cocos2d iPhone 非矩形精灵触摸检测 2022-01-01
