I am using Azure Notification Hub
to send out push notifications to several mobile platforms.
By registering for the Mobile Service
I specify several tags for the push notifications of the Notification Hub
. My question is how can I view all registrations and all tags that have been registered?
I can't find anything in the management portal or in Visual Studio. Is there a tool that can be used to show all registrations for a Notification Hub
?