/ Mobile Development

Upload iOS Flutter app to the App Store

Blog Image
Creator Image
Bashar Alshaibani
27 Mar 2024 -
3 min Reading time

There are different ways to deliver your Flutter app into Apple App Store, I will show you the easiest way to do so using Apple's application called Transporter. After you have set your app in the Xcode with all the configuration, follow these steps

Change App Version

Change app version in ios/Runner/Runner/xcodeproj/project.pbxproj

Run flutter clean

flutter clean

Build the flutter app

Run the following command in you terminal

flutter build ipa

Download Transporter from the App Store

Download from Here

Drag and drop

After building the Flutter app and installing Transporter, Drag and drop the built ipa inside the /build/ios/ipa into Transporter.

Verify the app

Press on the 3 dots next to deliver and press verify. If there are errors in your delivery, it will be shown, and you have to fix them and then repeat the previous steps.

Deliver the app

After verifying without errors, click Deliver