Questions tagged [iabhelper]

2 questions
3
votes
1 answer

IabHelper no longer imports android.vending.billing.IInAppBillingService after upgrading to billingclient:billing:2.1.0

On upgrading the billingclient to 2.1.0: implementation 'com.android.billingclient:billing:2.1.0'//from 2.0.1 I suddenly got a cannot resolve symbol 'vending' error in my IabHelper class: I've had to go back to billing:2.0.1 to prevent this. I…
Androidcoder
  • 3,337
  • 4
  • 27
  • 38
0
votes
0 answers

RemoteException while setting up in-app billing in IAB v3

I'm getting the following error in Crashlytics reports (so far with Android 9, 10 and 11): IabHelper.java:285 IabResult: RemoteException while setting up in-app billing. (response: -1001:Remote exception during initialization) Code -1001…
Simon Huckett
  • 433
  • 5
  • 11