I need to implement push notification in xamarin.forms project.
I go through these links but cannot find a good sample code.
How to approach push notifications on Xamarin.Forms project?
Add push notifications to your Xamarin.Forms app
Xamarin Push Notifications Using Azure Notifications Hub
implemented Push Notifications in awesome Xamarin.Forms
Most of sample is using azure service. I do not use that one. The back end team will manage to send notification to device. I just need to pass token of notification and handle the given notification at my end.
I got one plugin for Push Notification but cannot find a sample or some useful code for how to use or implement it.