Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 652 Bytes

credentials-non-interactive.md

File metadata and controls

15 lines (8 loc) · 652 Bytes

Setting up iOS credentials in non-interactive mode

In order to set up credentials in non-interactive mode, you must do one of the following:

Run build before in interactive mode

Set up credentials before by running the command in interactive mode. You can do this by running eas build -p ios or eas credentials -p ios.

Upload credentials to EAS Build

Learn more in the "Using existing credentials" guide

Use credentials.json to provide the credentials to each build

Learn more in the "Using local credentials" guide