Here is my scenario:
- We have an ad-hoc app deployed into production
- In our pre-prod environment, we also deploy our ad-hoc app (same identifier)
- In dev we have push notifications working successfully (via Urban Airship)
- To test in pre-prod I need to add Push Notifications to our ad-hoc certificate
Will adding push notifications to the ad-hoc cert affect affect users that have already downloaded the app? It seems like adding a push notifications cause the ad-hoc cert to have to be re-provisioned.
Thanks for any insights. I can't find an answer to this in Apple's documentation but they tend to ignore ad-hoc deployments.