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

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

    Had the same problem.

    My device was rooted and ROM'ed with an older version of Google Market which did not self-update. You can verify your the Market/Play version by looking at it in the AppManager.

    I actually decided to use another device, but I guess otherwise I would have to find a way to upgrade the Market/Play version.

提交回复
热议问题