Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.73 KB

ios.md

File metadata and controls

40 lines (24 loc) · 1.73 KB

Steps for configuring iOS deployment

To deploy to Test Flight, follow the steps below.

  1. Please go to App Store connect and log in.
  2. At the top right hand corner, click on your name and then Edit profile
  3. Find the Developer ID and make a note of it, this needs to be set in the deploy.yaml as the developerId property
  4. Go to Users and access, Integrations, Team Keys then click on the + to add a key.
  5. Give the Key a name and set the access to App Manager and press Generate.
  6. Copy the Key ID and place it into the teamKeyId in the pubspec.yaml and press Download to download the private key

Place the downloaded file onto your build machine in one of the following directories

./private_keys
~/private_keys
~/.private_keys
~/.appstoreconnect/private_keys

If you are having problems
Ensure that flutter build ios is working correctly as a command at the root of your project and resolve any errors associated with that.