Relative Content

Tag Archive for c#androidgoogle-playmaui

Implement PlayGameServices snapshots on MAUI game

I’m working on a little game using a MAUI (.NET 8) project, and currently, I’m working on saving the game status. I have no problem with the Windows platform, but although I’ve done everything needed to sign in to Google Play Games on the Android platform (which also works well), my problem lies in trying to save the snapshots, as it seems that this hasn’t been implemented in the Xamarin.GooglePlayServices.Games.V2 package.