2012-10-03 122 views
2

我在應用程序中實施了應用內購買。「您請求的項目不可購買」android應用內購買錯誤

但沒有得到任何意見。有沒有人有任何其他想法?

我得到了我犯的錯誤。其實我沒有使用我的測試帳戶。現在我正在使用Test Accounts,但仍然存在同樣的問題,所以我對此有兩個問題。

  1. 保存完之後,我應該等2-3小時嗎?

  2. 我上傳了版本2的APK所以需要在這裏更改?

    private static Bundle makeRequestBundle(String method) { 
        Bundle request = new Bundle(); 
        request.putString("BILLING_REQUEST", method); 
        request.putInt("API_VERSION", 1); 
        request.putString("PACKAGE_NAME", mContext.getPackageName()); 
        return request; 
    } 
    
+1

檢查這些鏈接http://stackoverflow.com/questions/11020587/in-app-billing-item-requested-not-available-for-purchase http://stackoverflow.com/questions/8126153/android-in-app-purchase-item-that-have-requested-is-not-available-for-purch http://stackoverflow.com/search?q=+%E2%80%9CThe+項目+是+你+要求+是+不+提供+爲購買%E2%80%9D +安卓+應用程式+採購+ errorhttp://stackoverflow.com/questions/11933149/the-item-you-已請求不可購買 – Randroid

+0

確保您在Play商店中添加的商品顯示爲「有效」狀態 – Ali

回答