We are developing a Mobile App. We are going to use Hub Notifications and send Notifications from Back End to each
mobile with the App Installed.
We have 3 environments before deploying in Production environment.
For example:
- Develop Environment
- Test Environment
- Pre Production Environment
- and Finally Production Environment.
In our develop process we have to send push notifications from each enviroment.
We have not very clear how to handle the environments in Azure.
I suppose, we must have a suscription for Production where
only the customer of the App in Production will receive push notifications.
So, the BIG Question is: how should we handle the test enviroments in Azure? I mean, When I send a push notifications from out BackEnd Develop, Test or Pre Production Environment where does the push Notification should it arrive in Azure?
Under this scenario we are thinking we could have
DevelopEnvironment@Stuff .com
TestEnvironment@Stuff .com
PreProductionEnvironment@Stuff .com
FinallyProductionEnvironment@Stuff .com
and suscribe that four accounts in Azure and send push notification to each enviroments as appropriate. From Mobile, I should hardcoded the enviroments and send the tag to the correct environment
Is that Ok what we are thinking?
How are you manage this?
Thanks a lot.