Reputation: 8493
I started building an app under an individual developer account. In preparing to beta and release this I'm switching over to a new company account.
I'm trying to prepare a checklist of the things I will need to update in order to move the project over to the new account.
Appreciate any words of wisdom from others who may have gone through a similar process or pointers to other questions that address this.
Upvotes: 0
Views: 1044
Reputation: 70693
Make sure to clear your Mac user account's Keychain of all old certificates (or use a different Mac User account), clear the Xcode Organizer of all old provisions and then quit and restart Xcode, and delete all old provisions off of your device (Edit: you can keep the old provisions if they are named differently and are for different app IDs).
Also make sure to register the new app ID in the provisioning portal and create and download new mobileprovisions.
Upvotes: 0
Reputation: 203
Here is my checklist in addition to your list:
That what I remember. Correct me If I'm wrong. Hope this help:).
Upvotes: 1