Reputation: 5892
I have an iOS development License through the company I work for. I also, have a completely separate personal iOS Development License for things I do on the side. Can I have profiles and certificates for development and deployment to the app store for both of these licenses together on the same MAC? How is this accomplished? How do I assure that I don't get the profiles switched when deploying to the app store?
Thanks, Curtis
Upvotes: 2
Views: 42
Reputation: 20410
Yes you can, that scenario is quite common.
Just have both installed in your Mac, and change them from the properties of your project every time you create a new project. Every project will be linked to the specific certificate.
To change it, just click on your project, then Build settings, and set it here:
Upvotes: 3