Member-only story

How to prepare and submit your Flutter app to the iOS store.

Bo Bleyl
4 min readJul 9, 2020

--

There are several key steps that you need to follow when you want to submit your app to the iOS store.

You must have an Apple Developer account. If you don’t already have one then go to the following link to set one up (https://developer.apple.com/programs/enroll/). It’s an annual subscription cost of $99.

Sign your app using Xcode. To do this, open up the ios folder of your project in Xcode, click on “Runner”, click on the “Signing & Capabilities” tab, and then under “Team” either select your developer account or click “Add an Account” to get your new developer account set up.

Go to the following link to start setting up your app for the app store (appstoreconnect.com).

Once you’ve logged in, click on the + button in the top left corner and fill out the fields for your app.

For “Bundle ID”, you can find this in Xcode under the “General” tab. If a bundle ID doesn’t already exist in your Xcode project, then add one starting with “com.”. If you don’t see your bundle ID in the list provided on AppStoreConnect, then go to the following URL and add the bundleID explicitly…

--

--

Bo Bleyl
Bo Bleyl

Written by Bo Bleyl

Softare Developer @ Enterbridge. Father, Youtuber. Read More @ bleyl.dev

No responses yet