IabResult: Billing service unavailable on device. (response: 3:Billing Unavailable)

后端 未结 14 2653
隐瞒了意图╮
隐瞒了意图╮ 2020-12-15 04:37

I\'m trying to use In-App billing:

mIabHelper = new IabHelper(this, BILLING_KEY);
        mIabHelper.startSetup(new IabHelper.OnIabSetupFinishedListener() {
         


        
14条回答
  •  独厮守ぢ
    2020-12-15 05:02

    This error indicates that you're connecting to the in-app billing service on your device, but that the service doesn't support IAB version 3. It may be that your device's version of Google Play only supports version 2 of IAB. What version of Google Play is running on your device?

    Is your version of Google Play otherwise functional (e.g., can you open the Google Play store)? Sometimes, if the date on your device is off, or there is some other problem, Google Play itself can go South.

    Finally, what's in your logcat output? It would be easier to provide assistance if you provided more detail.

提交回复
热议问题