我已經實施了基於地牢谷歌代碼的應用內結算,但我只有1件物品,它是託管的,我可以購買物品,交易是在谷歌結帳時推出的,但是唯一的反應我的應用程序得到的是「RESULT_ERROR」或錯誤500:請求購買:RESULT_ERROR
03-16 19:44:24.285: E/Volley(29935): [12] BasicNetwork.performRequest:
Unexpected response code 500 for https://android.clients.google.com/fdfe/purchase
03-16 19:44:24.295: W/Finsky(29935): [1] CheckoutPurchase.onErrorResponse:
DisplayErrorMessage[Your order is processing, your item will be available in a few minutes.]
03-16 19:44:24.295: E/Finsky(29935): [1] CheckoutPurchase.setError:
type=UNKNOWN, code=-1, message=Your order is processing, your item will be available in a few minutes.
或者這樣:
D/BillingService(30807): RequestPurchase: RESULT_ERROR
我買的項目與測試帳戶,而不是發佈者帳戶,但它的不是測試項目,它不應該工作?至少錢從我的卡上得到了。
市場消息始終是:
your order is processing your item will be available in a few minutes
這可能是Google Play商店的錯誤嗎?谷歌搜索這個錯誤在過去幾周顯示了一堆帖子在不同的論壇上,但錯誤是罕見的2012年3月之前。 – 2012-04-12 14:45:25
我認爲這是,當項目是託管,我現在有它的工作,但此消息仍然顯示在Play商店中,但現在我只是不讓用戶在購買後再次去商店,除非我得到取消或錯誤響應的c – ricvieira 2012-04-13 15:28:20