Reputation: 2736
For a specific app we would like to share one iPad between developers but we are developing on multiple macs.
When we try to do this the scenario we have is that we have multiple development macs and various versions of the app on those macs. We want to install the app for testing onto one iPad from Xcode on any of the available macs.
Doing this we have run into problems with provisioning profiles where we have to transfer the developer profile onto each of the macs. Log in to the member centre and disable the device and reenable it etc. The fun of provisioning profiles never ceases to amaze me.
Is there an easier way that we can just connect the iPad to any of the machines and install the app from Xcode with no hassle with profiles?
Upvotes: 0
Views: 75
Reputation: 69469
We have mutiple test devices and all our machines use the same developer certificate, just export the public and private key of the certificate on the machine that requested the certificate.
Then just use the same profile on all machines, You can now just connect any device to the machine how share the certificate and it will work.
You can let Xcode handle the certificates and profiles, just create account for each developers and add the devices to to the profile from Xcode. Every user wil have there own certificate and profiles, but the devices can be shared by all.
Upvotes: 2