Check if Google Play Services are availble in Xamarin
This is actually pretty easy. Make sure you have Xamarin.GooglePlayServices.Gcm installed in your project. Then use the following code:
Remember to call GoogleServices.Init(this) in your MainActivity after Forms.Init(this, bundle).
Remember to call GoogleServices.Init(this) in your MainActivity after Forms.Init(this, bundle).
Comments