Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 414
Shawn Avatar asked Jun 06 '26 15:06

Shawn


1 Answers

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.

like image 157
Duy Nguyen Avatar answered Jun 09 '26 07:06

Duy Nguyen