IT TIP

Google Play 오류 "[DF-DFERH-01] 서버에서 정보를 검색하는 동안 오류 발생"

itqueen 2020. 12. 12. 12:52
반응형

Google Play 오류 "[DF-DFERH-01] 서버에서 정보를 검색하는 동안 오류 발생"


Android 용 게임을 완성하고 있으며 인앱 구매 기능을 테스트 중입니다. android.test.purchased를 사용하여 테스트를 보내고 있습니다.

몇 시간 전까지는 잘 작동했습니다. 하지만 이제 Google Play에서 "수락 및 구매"를 클릭하면 상점에서 오류가 발생합니다.

Google Play 오류 "[DF-DFERH-01] 서버에서 정보를 검색하는 동안 오류 발생"

이 오류가 무엇을 의미하는지 아는 사람이 있습니까?


내 경우 삼성 휴대 전화에서 해결되었으므로 이것을 시도하십시오.

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.

위의 단계가 도움이되지 않으면 다음도 시도하십시오.

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에보고 된 버그 : 버그 신고 . Google 서버와 관련된 것으로 보이며 매우 간헐적입니다. IE에서는 모든 댓글이 특정 며칠 동안 어떻게 돌아가는지 알 수 있습니다. 직접 해결할 수 없었지만 한 의견은 다음을 시도해 볼 것을 제안합니다.

  1. 장치를 종료하십시오.
  2. SIM 카드를 제거하십시오.
  3. 장치를 켭니다.
  4. 장치를 ATT, TMobile, Spring과 같은 비 로컬 (PR) 서버에 연결합니다. 친구가 있다면 와이파이 테터 링을 요청하세요.
  5. Play 스토어를 엽니 다.
  6. SIM 카드를 종료하고 다시 설치하십시오.
  7. 켜다.

이 오류는 Google의 정적 응답에만 관련된 것 같습니다. 실제 제품 ID를 사용하면이 문제가 발생하지 않습니다.

업데이트 : 여기 내 대답은 꽤 오래되었고 그 이후로 InApp 구매 라이브러리가 많이 변경되었습니다. 대신 @Ehsan Sajjad 답변을 참조하십시오.


그것은 나를 위해 작동합니다 .....

내 휴대 전화의 설정으로 이동하여 Gmail 계정을 삭제 한 다음 계정을 다시 추가하고 동기화했으며 저에게 효과적이었습니다.

설정> 계정> 계정 삭제> 계정> 계정 추가> 동기화 및 화면 안내 따르기

그것이 당신을 위해 작동하기를 바랍니다, 나는 df-dferh-01 오류도 받고 있었고 앱 구매에서 구매할 수 없었고 이것은 트릭을했습니다.


잘못된 제품 SKU로 인해 동일한 문제가 발생했습니다.

내가 사용하던 android.test.purchase대신 android.test.purchased.


Google Play 서비스를 설치 한 후 문제가 해결되었습니다 (지금까지는 필요하지 않았으며 Android 2.3에서 너무 많은 리소스를 사용했기 때문에 제거됨). 다음 단계를 수행하십시오.

From Ryan Lestage on Google+:

  1. Clear data for the following apps:

    • Play Store
    • Download Manager
    • Google Services Framework
  2. Restart your phone.

  3. Fire up the Play Store app.
  4. Wait for the device to show again on the web Play Store. It will appear under Settings > Devices. It may take a half-hour to several hours to appear.

When your phone has shown up in the Play Store with the date registered as today's date, proceed with the next steps, but not before.

  1. Open Google Settings from your device's apps menu.
  2. Touch Android Device Manager.
  3. Uncheck Allow remote factory reset.
  4. Go to your device's main Settings menu, then touch Apps > All > Google Play services.
  5. Touch Clear Data. Note that this action doesn't remove personal data.
  6. Go back to Google Settings and select Allow remote factory reset.
  7. Restart your device.

suggestions of solving this problem is, If you already had installed app in your phone before downloading from google play.(obviously run from your code ) then first uninstal it. and then download and install app from google play . it worked for me .Thanks and regards.


It has to do with the new Play Store update.

Go to:

settings/apps/all/Google Play Store

Select Google Play Store and select uninstall updates - that should solve your issue. Open up play store and purchase your app or game select bill to Verizon or whatever phone provider you use then accept. Log in to your Google account and you're done. When you close out the play store it will update again to the latest version and will allow you to bill to account.


I had the same issue. Solved it simply; I have (2) google accounts linked to my Play Store. It just so happens that I installed "an" app from "account B", and I was trying to rate it from "account A". So, switched accounts, and voilá.


Nothing above made it work for me. The thing for me is that I was testing a subscription and i forgot SkuType.SUBS, changing it to INAPP for the reserved google test product fixed it.

참고URL : https://stackoverflow.com/questions/12812822/google-play-error-error-while-retrieving-information-from-server-df-dferh-01

반응형