Upload to App Store without 2FA

Is there a way to upload my IPA to App Store via expo upload:ios without providing two-factor authentication?

I’m using expo cli 3.27.4. I have a CI/CD pipeline, and I would like to upload builds of my app to TestFlight in an automated fashion. I’ve created an app specific password, but it seems that passing it in as EXPO_APPLE_PASSWORD environment variable or --apple-id-password has no effect (my login is rejected). I was able to configure expo build:ios to work without prompting me for 2FA by having the various certificates/keys locally available. I’d like to achieve a similar behavior for the upload part of the process as well.

Has anyone attempted this before?

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.