We have multiple scenarios where from an Azure App Service for Mobile web api we need to deliver push notifications to multiple client apps. One example is the following:
We have an API serving a mobile app for a single institution with its own branding. This app needs to receive push notifications. We now have new clients, other institutions, that insist on having their own branded version of the app, served by the same API.
How, using Azure, can the API deliver notifications on certain events to all apps for each institution? Is there Azure support for this or does there have to a new notification hub for each app?