anjlab / android-inapp-billing-v3

A lightweight implementation of Android In-app Billing Version 3
Other
2.2k stars 536 forks source link

Future Support for Billing Library version 5 or newer #539

Closed myinnos closed 11 months ago

myinnos commented 1 year ago

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.

sarafdar commented 1 year ago

Any solution for this issue?

Ph03niX-X commented 1 year ago

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

paktech1 commented 1 year ago

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

Ph03niX-X commented 1 year ago

@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

myinnos commented 1 year ago

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

dnietotwonav commented 1 year ago

I've seen this PR addressing this issue: https://github.com/anjlab/android-inapp-billing-v3/pull/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?

ysnsyhn commented 1 year ago

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

bierzorutas commented 1 year ago

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

wicheda commented 11 months ago

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 11 months ago

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 11 months ago

I think this is the PR https://github.com/anjlab/android-inapp-billing-v3/pull/517

Patriikk commented 11 months ago

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