ios - Add Developers in Xcode -


assume have xcode project running on github , multiple developers. have new developer clone git repository , start working on app. want add ios devices devices can run builds without having reissue certificates , long process on ios dev center. how can that? want him clone repo, connect device xcode , able run app on device.

thanks

if paid ios developer , there no reason use specific provisioning profile won't need anything. xcode can automatically provision device when compiles it. use automatic profile selection development builds in build settings.

if important both use correct provisioning profile (for example test push notifications) there no way around adding device profile on developer portal. plus need let him sign binary you, using developer certificate , private key (which have export keychain on development machine).


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -