RxBilling icon indicating copy to clipboard operation
RxBilling copied to clipboard

A lot of derepcated warnings, is the latested beta release compatible with BillingClient 5.x ?

Open vladp opened this issue 3 years ago • 1 comments

Hello, I received App Store notification that I must migrate from Billing client 3x if I want to make any updates to the app.

Reminder: Starting on August 2, 2022, all new apps must use Billing Library version 4 or newer. By November 1, 2022, all updates to existing apps must use Billing Library version 4 or newer. Learn more.

When I just updated the billing client to 5x, things do not work. Looking at the code, it seems that many constructs such as SkuDetails and others -- are deprecated.

It seems to be quite a bit of work to rewrite the code even on my application side. But wanted to check -- is rxBilling compatible with the 5x android billing client, or nothing after 3x will be supported?

thank you

vladp avatar Dec 14 '22 01:12 vladp

you can use getProductDetails instead of getSkuDetails

kelmer44 avatar May 12 '23 12:05 kelmer44