Good Day
As you know a lot of HUAWEI phones don't support Firebase Push notification . Is there a way i can check in Xamarin forms if a phone support Firebase push so that i implement a different Push for that phone programmatically ?
Thanks
Good Day
As you know a lot of HUAWEI phones don't support Firebase Push notification . Is there a way i can check in Xamarin forms if a phone support Firebase push so that i implement a different Push for that phone programmatically ?
Thanks
Hi @VuyiswaMaseko-8882 , May I know whether your issue has been solved or not? If not, please share it in here. We can work together to figure it out.
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.
Thanks it worked. i have a question that i asked , can you check if you can assist me with ?
thanks
7 people are following this question.