Open Eversor opened 1 year ago
It looks like GameRequest
was deprecated in June 2017: https://developers.google.com/android/guides/releases#june_2017_-_version_110.
And it was removed in version 119.0.0 (https://support.google.com/googleplay/android-developer/answer/9469745).
The samples in this repository are no longer maintained and should probably be removed as they likely no longer compile.
Too bad :( sorry for bringing them out, but i must admit they were the first place i went when i tried to understand why my code was working with the previous version of the Nuget and had tens of errors in the new version. By navigating through Google documentation for the last version of GMS/GPG it seems like a ton of stuff got changed on their end, so i probably need to re-write the whole GPG interface...
Xamarin.Android Version (eg: 6.0):
Microsoft Visual Studio Community 2022 Version 17.4.1 VisualStudio.17.Release/17.4.1+33110.190 Xamarin.Android SDK 13.1.0.1 (d17-4/13ba222) Xamarin.Android Reference Assemblies and MSBuild support. Mono: a96bde9 Java.Interop: xamarin/java.interop/d17-4@fcc33ce2 SQLite: xamarin/sqlite/3.39.3@23e1ae7 Xamarin.Android Tools: xamarin/xamarin-android-tools/main@0be567a
Operating System & Version (eg: Mac OSX 10.11):
Window 10
Google Play Services Version
Nuget version,
123.0.0
)Describe your Issue
Updating to latest Android Games 123.0.0 heavily breaks compatibility with existing code. Including the relative samples in this component.
Relevant information
Add relevant project settings from
*.csproj
file:Packages used:
Build settings (tools)
or even better - links to the existing code: https://github.com/xamarin/GooglePlayServicesComponents/tree/main/samples/com.google.android.gms/play-services-games
Minimal Repro Code Sample
I just downloaded the samples/com.android.gms folder, opened the sln with vs2022 ce and updated nuget to latest packages.
Steps to Reproduce (with link to sample solution if possible):
Same as above.
Include any relevant Exception Stack traces, build logs, adb logs: