CI/CD - How to create Apple ID without 2FA

Hi, anyone know how to create an Apple ID without 2FA so that user as an App Manager can be used to build apps in a CI/CD system i.e. unattended. Thanks in advance for any help

Replies

I have run into the same issue, getting my CI/CD. Try setting up an API access key. Your account owner (if its someone other than you) will have to request it, but once I got an API key setup, I was able to fully automate my CI.

After logging into AppStore Connect go to:

Users and Access > Keys > Request Access

After you have the access key, you should be able to automate without 2fa.

I personally have my project CI/CD built in Circle CI, using Fastlane Pilot, and it works great now.