The main functionality of Notification Hub is to send a notification to a set of registered devices. You will see that, using its SDK and portal, you can easily start using that feature without knowing the internal logic of different PNSes. After this section, you should be able to use Notification Hub without problems and incorporate it into your applications.
Sending a notification
Sending a test notification
While developing your application, you always need a way to test it. When using Notification Hub, you have two options when it comes to sending a test notification—either use the portal or its SDK. Both possibilities allow for similar results; however, using the SDK is a bit more flexible as it is easier to find...