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

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

    This is because the account which is currently logged in the device is not registered in Google Developer Console. TO resolve this problem, 1. Go to your Google Developer Consol 2. In Account Detail Tab, enter the email address(which is in device) in "Gmail accounts with testing access" and press the save button on the top.

    Thats it.

提交回复
热议问题