anjlab / android-inapp-billing-v3

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

update to version 3 #404

Open arm786 opened 5 years ago

arm786 commented 5 years ago

"We've detected that your is using an old version of the Google Play Developer API. From December 1 2019, version 1 and 2 of this API will no longer be available. Update to version 3 before this date. " in Google Play Developer Console.

mateisuica commented 5 years ago

Is this library the issue ?... I use it too, I have the same warning

sterien7 commented 5 years ago

The problem solved when I updated to the latest version

On Thu, Aug 22, 2019, 11:28 Matei Suica notifications@github.com wrote:

Is this library the issue ?... I use it too, I have the same warning

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/anjlab/android-inapp-billing-v3/issues/404?email_source=notifications&email_token=AAH3O7XWJWWSKRSBOVHGRUTQFZL2FA5CNFSM4H2YZP7KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD44PLEQ#issuecomment-523826578, or mute the thread https://github.com/notifications/unsubscribe-auth/AAH3O7UZF2AUJZZ7DJGNAULQFZL2FANCNFSM4H2YZP7A .

mustii82 commented 5 years ago

You have to use the latest Version this have uses Version 3

shravanvinu commented 5 years ago

The problem solved when I updated to the latest version On Thu, Aug 22, 2019, 11:28 Matei Suica @.***> wrote: Is this library the issue ?... I use it too, I have the same warning — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#404?email_source=notifications&email_token=AAH3O7XWJWWSKRSBOVHGRUTQFZL2FA5CNFSM4H2YZP7KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD44PLEQ#issuecomment-523826578>, or mute the thread https://github.com/notifications/unsubscribe-auth/AAH3O7UZF2AUJZZ7DJGNAULQFZL2FANCNFSM4H2YZP7A .

i have same issue.. what exactly the latest version you taking about??

i used implementation 'com.anjlab.android.iab.v3:library:1.0.44'

is there any new version ?? or what exactly is developer api v3?, no such reference in my gardle file..

conanlovevit commented 5 years ago

The latest version: 1.1.0 Pls upgrade.

hueyenclave commented 5 years ago

Hi guys,

I'm using version 1.0.39 and got same warning from Google. Can you please confirm upgrade to latest version solve the issue? Thank you.

heejaedev commented 4 years ago

Is this solved? I still have this issue :(

c64skate commented 4 years ago

I'm using 1.1.0 but still getting the same warning from the store.

edit: this library is innocent. :) it turned out to be deprecated message is caused by server-side (PHP) library usage. please check your server side codes before blaming this library.

edit 2: today we updated the server side library but still getting the message. it became really frustrating. i don't know what exactly cause the issue.

jishincreo commented 3 years ago

Happening with version com.anjlab.android.iab.v3:library:1.1.0 as well. Anyone found what's causing this?

Samarynin commented 3 years ago
implementation 'com.anjlab.android.iab.v3:library:1.1.0'
implementation 'com.android.billingclient:billing:4.0.0'
this libraries helped today