anjlab/android-inapp-billing-v3

Future Support for Billing Library version 5 or newer

myinnos opened this issue ยท 12 comments

Is this lib continuing to support further versions?

We already started receiving the warning from the play store.

Play Billing Library version deprecation
We've detected that this app is using an old version of Google Play Billing. From 1 November 2023, all app updates must use Billing Library version 5 or newer.

Action required: Please verify that your publicly available APKs are updated to the latest version of the Play Billing Library. This includes any APK or app bundle rolled out in production.

Awaiting the positive response.

Any solution for this issue?

Any solution for this issue?

I migrated to Google Play Billing Library 6. In addition, this library solved the problem with compatibility with Android 14

@Ph03niX-X your contribution is not accepted yet, waiting for an update.

@Ph03niX-X your contribution is not accepted yet, waiting for an update.

I am not in the business of updating this library. I just migrated to the library from Google

https://developer.android.com/google/play/billing/integrate

@Ph03niX-X you mean you deprecated this lib in your app and wrote your own integration for Google Play Billing Library 6?

I've seen this PR addressing this issue: #544

The next week is the deadline for the current supported version (v4), From 1 November 2023, all app updates must use Billing Library version 5 or newer

Would be a new release version for this library this week?

You may continue with this tutorial. It works fine. He is selling a snippet of code for 2$ and the inapp purchase works perfect again.
https://www.youtube.com/watch?v=0zp7Ho3eYeI&ab_channel=SharCourse

Very sad and disappointed nobody is taking care to update this widely used library...

I believe if you have your gradle dependencies set up as:

implementation 'com.anjlab.android.iab.v3:library:2.0.0'
implementation 'com.android.billingclient:billing:5.1.0'

then it should all work and still be accepted by Google.

cotfas commented

As I see from 2.0.3 version there are still two commits that are not included.

Screenshot 2023-12-07 at 22 36 23

cotfas commented

I think this is the PR #517

I intend to create a new version of this library based on the latest updates and enhancements.