google / play-unity-plugins

The Google Play Plugins for Unity provide C# APIs for accessing various Play services
Other
426 stars 109 forks source link

Google packages For Unity Need To Update #245

Closed SayedKotb closed 1 week ago

SayedKotb commented 1 month ago

Screenshot 2024-06-19 034903 The current version of the in-app update package for Unity is not compatible with Android 14. We need a newer version to be compatible with it and fix this bug, I think there are more Unity packages that need to be updated as well .

uniquecorn commented 3 weeks ago

I'm literally blocked from uploading new builds because of this.

psstevenchan commented 3 weeks ago

+1

Romanbard commented 2 weeks ago

+1

uniquecorn commented 2 weeks ago

I bumped the dependency manually in the plugin and got it to work. Not a real fix but works for now.

Romanbard commented 2 weeks ago

@uniquecorn Can you give me a little more detail about the method you mentioned?

uniquecorn commented 2 weeks ago

@Romanbard Just bump the version in the Dependencies.xml file.

flixbeat commented 1 week ago

I bumped the dependency manually in the plugin and got it to work. Not a real fix but works for now.

Hi, where can I find this "Dependencies.xml" file? I don't find it anywhere in my project files. image

cookapps-shkim2 commented 1 week ago

@flixbeat I modified it as below. but, if you run Android Resolve on EDM, you are back to square one...

Assets/../ProjectSettings/AndroidResolverDependencies.xml ...

com.google.android.play:app-update:2.1.0

...

Assets/Plugins/Android/mainTemplate.gradle ... implementation 'com.google.android.play:app-update:2.1.0' // Packages/com.google.play.appupdate/Editor/Dependencies.xml:3 ...

Please solve issue...

sopo-c commented 1 week ago

Thanks for raising the issue, we've fixed it and released new versions of Play Asset Delivery, Play In-App Review, Play In-App Update and Play Integrity API here: https://developers.google.com/unity/packages#google_play.