A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
Hello,
GoogleApiAvailability in Xamarin.GooglePlayServices.Base nugget packages is used to check for the presence of Google Play Services:
Verify Google Play Services in OnCreate method of MainActivity class
int resultCode = GoogleApiAvailability.Instance.IsGooglePlayServicesAvailable (this);
More details : https://developers.google.com/android/reference/com/google/android/gms/common/GoogleApiAvailability
Best Regards,
Wenyan Zhang
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.