Does MAUI have a built-in notification window to rate the application in Google Play?
Does maui have a built-in app rating popup window like the one in the image below?
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.