2011-03-31 38 views
2

我試圖獲得應用內結算示例地下城,我有一個使用公共標識的草稿應用程序,並且已發佈非託管項目potion_001。我在設備上使用與註冊商家帳戶相同的Google帳戶。錯誤測試應用內結算示例 - 地牢

靜態測試工作正常,但試圖購買藥水,我得到的時候:

DEBUG/vending(1437): [1] BaseBuyPageActivity.onPostResponse(): {PurchaseResult=ERROR_GAIA_AUTH, PurchaseInfo=PurchaseInfo=, SignupStatus=NEW_USER, TId=null, ShoppingCart=null, RefundPolicy=[], ErrorFields=[]} 
DEBUG/vending(1437): [1] BaseBuyPageActivity.onPostResponse(): Invalid checkout token: { /.../ } 
DEBUG/vending(1437): [1] BaseBuyPageActivity.onPostResponse(): {PurchaseResult=OK, PurchaseInfo=PurchaseInfo=, SignupStatus=SIGNED_UP, TId=300449045376486, ShoppingCart=[ItemPrice=7,00 kr, TaxInclusive=, TaxExclusive=, Total=7,00 kr, HasTaxMessage=false, TaxMessage=null, HasFooterMessage=false, FooterMessage=null], RefundPolicy=<b>Ingen återbetalning.</b><br/><a href="http://market.android.com/support/bin/answer.py?answer=1061913">Info</a><br/><a href="http://www.google.com/mobile/android/fsa-notification.html">Reglerat av FSA, UK</a>, Instruments=[[Id=724253266825206, Name=VISA xxx-xxxx Invalid=false Type=CREDIT_CARD] ], DefaultBillingInstrument=724253266825206, ErrorFields=[]} 
DEBUG/vending(1437): [1] BaseBuyPageActivity.shouldAddCarrierBilling(): isProvisioned(): false isSavedonServer(): false radio available? true 
DEBUG/vending(1437): [1] BaseBuyPageActivity.shouldAddCarrierBilling(): isProvisioned(): false isSavedonServer(): false radio available? true 
DEBUG/vending(1437): [200] BaseAction.run(): ApiException: com.android.vending.api.ApiException: Error from backend. Request=com.android.vending.model.PurchaseOrderRequest, Response=INTERNAL_SERVICE_ERROR 
DEBUG/vending(1437): [1] LocalAssetDatabase.notifyListener(): inapp:com.package.billingtest:potion_001/UNINSTALLED 
DEBUG/vending(1437): [1] LocalAssetCache.updateOneAsset(): No local info for inapp:com.package.billingtest:potion_001  
INFO/vending(1437): [1] BaseAction.displayErrorUi(): Server error in com.android.vending.billing.PurchaseOrderAction: com.android.vending.api.ApiException: Error from backend. Request=com.android.vending.model.PurchaseOrderRequest, Response=INTERNAL_SERVICE_ERROR 
DEBUG/vending(1437): [1] LocalAssetDatabase.notifyListener(): inapp:se.xebralabs.billingTest:potion_001/UNINSTALLED 
DEBUG/vending(1437): [1] LocalAssetCache.updateOneAsset(): No local info for inapp:com.package.billingtest:potion_001 
INFO/vending(1437): [1] BaseAction.displayErrorUi(): Server error in com.android.vending.billing.PurchaseOrderAction: com.android.vending.api.ApiException: Error from backend. Request=com.android.vending.model.PurchaseOrderRequest, Response=INTERNAL_SERVICE_ERROR 

(我刪除了這個logcat中 - 摘錄的實際令牌代碼)

任何想法什麼不順心?

回答

9

您是否發佈了藥水-001?

您是否在上傳到市場的同一APK上將應用程序安裝在測試手機上?即把它放在你的SD卡上並手動安裝它(沒有通過eclipse安裝它)?

您從Android Market回來的迴應是什麼? DEVELOPER_ERROR?

您無法在Google商家帳戶註冊時從相同GMAIL測試真實付款。與您無法購買自己的應用程序的方式相同。你不能購買你自己的inapp物品。

您將需要添加一個測試帳戶到您的開發者頁面。然後用這個帳戶將手機登錄到Android應用市場,然後在該手機上進行測試。注:登錄到您的市場新的Gmail帳戶,你必須恢復出廠設置的電話:-(

谷歌備份:

http://developer.android.com/guide/market/billing/billing_testing.html

爲了測試實際在 - 您的應用內結算實施您需要在Android Market發佈商網站上註冊至少一個測試帳戶由於Google Checkout不允許您從自己購買商品,因此您無法使用自己的開發者帳戶來測試完整的應用內購買流程。您以前未設置測試帳戶,請參見Setting up test accounts

+0

確實,我使用相同的Gmail帳戶進行測試。我目前正在嘗試使用另一個帳戶進行測試。我有一些問題沒有在我的其他手機上的最新市場 - 並且adb沒有認識到設備工作正常..我會在測試時回到這個問題的反饋。 – Tapirboy 2011-04-06 08:41:30

+0

已驗證 - 從另一個帳戶購買已成功。 – Tapirboy 2011-04-06 13:39:35

+0

應用內結算真的讓我很難過。從2天開始我一直在努力,但仍然無法獲得它......:@ – 2011-06-02 16:36:02