简体   繁体   中英

Fastlane Apple Developer account credentials

we are manually running fastlane right now as we have not setup CI/CD on a server yet. The new developer ran our fastfile and was prompted to enter the passphrase we are using for match. So he entered the passphrase, which worked fine, but next it prompted him to enter the password of that apple account which leads me to my question.

The account has admin access in the apple portal and we don't want everybody knowing the login credentials. Is there a way that a developer can run match without knowing the password to that apple account so we can prevent people from having access to a login with admin permissions?

Fastlane match will not require passwords if you use readonly .

According to documentation

If you decide to run match without access to the Developer Portal, make sure to use the --readonly option so that the commands don't ask you for the password to the Developer Portal.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM