I have developed WNS in Xamarin mobile app to receive raw push notification successfully (wihout using Azure Notification Hub) , however i am looking for a feature wherein mobile apps can subscribe to specific topic and from backend admin can send notifications on that topic to broadcast the alerts.
i tried to searched for tag based notification in UWP but i always come across Azure Notification Hub sample
here is the link to Azure Notification Hub Tag based
Is there anyother way wherein admin can broadcast the notifications without the use of Azure Notification Hub ?