What's the best way to display notifications in mobile App?
https://developer.xamarin.com/guides/cross-platform/application_fundamentals/notifications/
Or this plugin is very handyhttps://github.com/edsnider/LocalNotificationsPlugin
Thanks. I want notification like facebook. For example, if 5 new messages comes, then on the mobile 5(displayed in circle) on the top of Facebook Icon.
Just going through the below videos but couldn't make out why Token is generated(since the language is not English). Can't we display messages stored in DB table?https://github.com/rdelrosario/xamarin-plugins/tree/master/PushNotification
Ok. Got it. It was using azure(https://theconfuzedsourcecode.wordpress.com/2015/06/19/so-i-just-implemented-push-notifications-in-awesome-xamarin-forms/). But I want to do it without Azure. Does anyone have an idea to send notification without Azure?
One can also show Notification using SignalR as explained in
Answers
https://developer.xamarin.com/guides/cross-platform/application_fundamentals/notifications/
Or this plugin is very handy
https://github.com/edsnider/LocalNotificationsPlugin
Thanks. I want notification like facebook. For example, if 5 new messages comes, then on the mobile 5(displayed in circle) on the top of Facebook Icon.
Just going through the below videos but couldn't make out why Token is generated(since the language is not English). Can't we display messages stored in DB table?


https://github.com/rdelrosario/xamarin-plugins/tree/master/PushNotification
Ok. Got it. It was using azure(https://theconfuzedsourcecode.wordpress.com/2015/06/19/so-i-just-implemented-push-notifications-in-awesome-xamarin-forms/). But I want to do it without Azure. Does anyone have an idea to send notification without Azure?
One can also show Notification using SignalR as explained in