Local notifications with Xamarin forms?

I am learning how to use Xamarin forms, and I want to implement (push) notifications for Xamarin Forms. I have googled, but to no avail. Does anyone know how to implement local / push notifications using Xamarin forms? I am going to use the actual server at a later date, but for now, just showing a notification when I, for example, press a button, is completely fine for me.

Thank you for your help!

edit:

Now I'm using DependencyService to access the Device OS notification system instead of trying to use the Xamarin Forms themselves. Answers to this question are no longer needed!

+5
source share

Source: https://habr.com/ru/post/1607477/


All Articles