#Google Play Billing Library v 7.0.0 or later

1 messages · Page 1 of 1 (latest)

runic vortex
#

so I thought this issue was being caused by a previous asset installed by the previous team on the project so i deleted all the IAP scripts they had and made a new push to the app stores yet the message still shows up.

are we not on the latest version or at least ver 7.0.0 as I read ver 8 is already out. I've got 3 days to fix this however I noticed in August someone had a similar issue is there a fix? perhaps manually replacing files

river hawk
#

If you are on latest version of Essential Kit, it has 7.0.1 Billing client. 8.0 will be released in 3.6.0

#

May be you have Unity IAP (older) one still in your project.

#

Please search for billing-client or billingclient in your project once

runic vortex
#

i found these 4 im on the latest version of essential kit v3

river hawk
#

Ok.

#

Make an empty apk and pass it to me from the same project

runic vortex
river hawk
#

Yep

runic vortex
river hawk
#

Got it!

#
    <meta-data
        android:name="com.google.android.play.billingclient.version"
        android:value="8.0.0"/>
#

Wondering how is it even possible as we shipped support till 7.0.1 only 🤔

#

@runic vortex Are you around?

runic vortex
#

yea

runic vortex
river hawk
#

ok. You are making the apk in development build mode only right?

runic vortex
#

its not in development mode since our app is already live . i can make one in development mode

river hawk
#

Pls pass all build.gradle files from Library/Bee/AndroidPrj sub folders

river hawk
#

But instead, I can look into just the .gradle files alone

runic vortex
#

i can do both or whatever is easier

#

for you

#

you need the files in that folder?

river hawk
#

no. Look for build.gradle files in the above shared folder and pass all gradle files

runic vortex
#

the 4 files on the bottom then?

river hawk
#

No. Only build.gradle files. I think there will be around 3-4+

river hawk
#

all of those!

#

make sure its dev build for safety

#

or look for any sensitive info and remove and send

runic vortex
#

ok i found some sensitive info and removed it do i send you all of them ?

runic vortex
#

@river hawk i sent those files im going to step out for an hour or so will be back soon

river hawk
#

I checked those and didn't find anything related to the issue

river hawk
#

make it empty project to reduce size

runic vortex
#

you mean the whole Gradle folder? or the .gradle folder?

#

the whole Gradle folder is about 6gbs

river hawk
#

ouch

#

i expected it will be big but 6gb is too much

runic vortex
#

Weird that it showed ver8 tho and I'm still getting a warning from Google for it

#

I know previous team had some version installed

#

That's why I was trying to overwrite it possibly

#

Do I need to actually add products for it to install or is enabling it enough?

river hawk
#

The reason why you have 8.0.0 is some other dependency forcing to 8.0.0 instead of our specified 7.1.1 version.

#

Let me see. I'm currently downloading.

runic vortex
#

yeah its just weird im getting that messae when 8 is also installed

#

most likely means the way google reads it they detect the other one first

runic vortex
#

@river hawk just following up to see if theres an update going to be doing a sweep on the project myself to see what could be cauing this

river hawk
#

I checked it and see the reason why it upgrade to 8.0.0 -> This is fine. As we specified, 7.1.1+ it picked the latest version 8.0.0

#

Can you try uploading the same apk (empty apk) to google play once to see if it still shows the same error?

river hawk
#

Any update on this? @runic vortex