Notifications for UWP in Xamarin.Forms

0

In UWP, how do you get push notifications to the application? What steps do I have to do? What do I have to add to my application?

I do not understand this very well, if you could give me an example I would appreciate it too much.

Thanks in advance.

    
asked by Luis Rodriguez 05.05.2017 в 00:28
source

1 answer

0

You basically have to register your application in the Windows store, and then register it in the notification service. The explanation is quite extensive, but do not worry, you can see step by step how to do it by leaning on Azure and its notification center from the following link:

link

This is for UWP in native. However, you can find the same information to configure the service with Xamarin.Forms, Android, iOS, Amazon ...

Important. You have to be registered as a developer in stores to be able to register applications and send push notifications.

    
answered by 29.06.2017 / 19:46
source