So at the company I work at we had created an iOS app. We created the Provisioning Certificate with the specific App ID for the app (not a wildcard). Now, we're deploying a second app that should be able to receive push notifications from the same server. In the interest of simplicity, it'd be greatly appreciated if both these apps used the same Provisioning Profile so as to not complicate the server with working out which one it should be using.
The dilemma, however, is this: I don't know if changing the App ID (from specific App to a wildcard) on an existing Provisioning Profile that is in use by an already deployed app will break push notifications and other such services for the already deployed app using that provisioning profile. I would try it out, but for obvious reasons don't want to go taking leaps of faith with things Production relies on to function.
Hopefully I explained that ok.
Thanks in advance
EDIT: To clarify, the existing app's ID will be satisified by the Wildcard I want to change the provisioning profile to.