expo upload:ios with both Apple ID Password and App-specific Password

When trying to upload an iOS build to the App Store, I am using the command

expo upload:ios --apple-id <my-apple-id> --apple-id-password <my-apple-id-password>

After the script does some work, it will prompt me for my app-specific password

Password (application-specific for my-apple-id-email@gmail.com):

Is it possible to pass expo upload:ios both the apple-id password and the app-specific password in a single command? This way we do not have to wait for the script to prompt for the app specific password.

4 Likes

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