Hello,
Welcome to our Microsoft Q&A platform!
According to your description, I suggest that you can try Firebase. Firebase is a back-end platform for building Web, Android, and iOS applications. It offers real-time database, Notifications, different APIs, multiple authentication types and hosting platform.
You need to set up the Notification in specific Xamarin.Android project and Xamarin.iOS project.
For Xamarin.Android:
You can have a look at official document here and Remote Notifications with Firebase Cloud Messaging, there are step-by-step explanations of how to use Firebase Cloud Messaging to implement remote notifications
(also called push notifications) in a Xamarin.Android
application.
For Xamarin.iOS:
You can use Xamarin.Firebase.iOS.CloudMessaging to send iOS push notification by FCM.
There are also steps here: Firebase Cloud Messaging on iOS
Firebase document for push notification to native app is here: cloud-messaging
Best Regards,
Jessie Zhang
If the response is helpful, please click "Accept Answer" and upvote it.
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.