I played with both dungeon samples in the billing code of the application using google and the blundell tutorial in the billing code of the application. Both of these projects are mostly out of the box, in addition to changing the public key, renaming the application and uploading it to google, which I have already done. These two applications worked just fine recently (about 3 days ago). Now I get this error both in LogCat and in the device.
Device:
Error retrieving information from server. [DF-DFERH-01]
LogCat:
10-13 02:26:12.449: E/Volley(916): [90] BasicNetwork.performRequest: Unexpected response code 500 for https://android.clients.google.com/fdfe/purchaseStatus 10-13 02:26:12.457: W/Finsky(916): [1] CheckoutPurchase.onErrorResponse: DisplayErrorMessage[Error retrieving information from server. [DF-DFERH-01]] 10-13 02:26:12.457: E/Finsky(916): [1] CheckoutPurchase.setError: type=UNKNOWN, code=-1, message=Error retrieving information from server. [DF-DFERH-01]
source share