Can an Azure Notification Hubs be used to populate the Notifications area on a mobile device when the "application" is not running?
We are creating a cloud-based mechanism to notify sets of mobile devices when certain events occur server-side. The mobile devices will have our apps (ios and Android) installed and they register with our back-end service.
We want to leverage the features of APN / Firebase such that we can send something to the notifications area directly. In other words, we need to be able to send notifications to the devices regardless of whether the mobile user has started our app or not.
I've been going through the Azure Notification Hub documentation and tutorials to see how Azure Notification Hubs might help us but all of the examples have code in the mobile application that listens directly to your specific AzureNotificationHub.
Is there a way that the application can register something with an Azure Notification Hub at install time such that it's listening
even though the mobile application is not currently running?