How can i send a push notificattion over azure from my UWP-App to other instances of my app on different devices?
Here is the explanation of registering your device for receiving push. (This works) The second part is about how to send a push over a console application (This works also) https://azure.microsoft.com/en-us/documentation/articles/notification-hubs-windows-store-dotnet-get-started/
When I want to import "Microsoft.Azure.NotificationHubs" with NuGet which seems necessary for sending push I get an error message which says that this package is not compüatible with Windows 10 UAP.
I know that I am using an outdatet version of the documentation but I can't find anything newer...
What am I doing wrong? Any experiences here?