android-billing – 在应用程序购买问题“您的订单无法处理”?

我一直在“在应用程序订阅”工作,我按照
http://www.robotmedia.net/2011/06/android-billing-library-in-app-billing-made-simple/中给出的所有步骤一切正常,但当我尝试购买并付款我得到“你的付款无法处理.请再试一次”我记录我有一些错误就像

03-11 18:19:14.489: E/Volley(10235): [13] BasicNetwork.performRequest: Unexpected response code 500 for https://android.clients.google.com/fdfe/completePurchase
03-11 18:19:14.535: W/Finsky(10235): [1] CheckoutPurchase.onErrorResponse: DisplayErrorMessage[Your order could not be processed. Please try again.]  
03-11 18:19:14.539: E/Finsky(10235): [1] CheckoutPurchase.setError: type=UNKNOWN, code=-1, permissionCode=-1, message=Your order could not be processed. Please try again.

过去三天我一直在低头.有人可以帮我解决这个问题.提前致谢.

最佳答案 这通常意味着您使用相同的帐户购买应用内购买,就像您销售的应用内购买一样.谷歌不允许这样做.

如果您想进行测试,请查看以下页面:http://developer.android.com/google/play/billing/billing_testing.html

点赞