Flutter Tutorial Publishing iOS Apps on the App Store Using the CLI

This document is about deploying applications on AppStore for Flutter via CLI (commands).

Please follow the given steps.

  • 1 Build exportOptions.plist in Runner.
  • 2 Generate App Store Connect API.
  • Find the KeyID and IssuerID.
  • 4 Build an ipa file.
  • 5 Verify the app on the App Store. [Optional -> if you want to verify the IPA]
  • 6 Upload on Testflight.

1. Create exportOptions.plist in Runner

Select Runner > File > New > File > Search and select "Property List" > Next > Name it exportOptions.plist [Runner must be selected in Target]

insert image description here
insert image description here
insert image description here

exportOption.plist was successfully created.

Let's add required fields to the plist. The given fields are required in the plist to build the ipa.
#1 Destination
#2 Method
#3 Team ID
#4 Team Name

1 Destination -> Exit

There are two types of destinations. choose

Guess you like

Origin blog.csdn.net/iCloudEnd/article/details/131366534