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

后端 未结 14 2684
隐瞒了意图╮
隐瞒了意图╮ 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 04:58

    I had exactly this error when I removed all Google accounts from phone (thus wipe fixes because after wipe you probably set up an account after phone rebooted).

    After I added an account I did not see this error.

    Related issue What are the possibilities to get this error code 3 in InApp purchase?.

提交回复
热议问题