Hello,
I've recently joined the developer program and working my way through setting up and configuring Xcode to build a Cordova project. Initially I set this project up using the free access available with my personal Apple ID however I quickly discovered that I would need a paid development team to use push notifications.
I've done that and now I'm receivnig the following error on signing:
Failed to create provisioning profile.
The app ID "MY.BUNDLE.ID" cannot be registered to your development team. Change your bundle identifier to a unique string to try again.
I assume this is because the bunlde identifier I am trying to sign was previously connected to my personal account and no longer uniquely available.
If possible I would really like to keep this bundle identifier, for a number of reasons. Have I got any options here or am I screwed?
Thanks in advance,
Jamie