Managing Distribution Certificates with a Large Dev Team

落爺英雄遲暮 提交于 2019-12-04 10:50:47

Have you ever tried fastlane

https://fastlane.tools/

also you can try match (one of the tools in fastlane) that could help you to sync with all your devs the certificates

https://github.com/fastlane/match

also with fastlane tools you can automatically submit to appstore and testflight ipas

HTH

We adopted the following approach and have been conflict free for a few months now! We first removed the 'admin' role from most of our development team members so that they couldn't so easily revoke certificates by clicking on a 'fix' button. Then we generated a single distribution certificate that we share amongst the team. We also encourage builds being made on a shared build box when possible.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!