Search code examples
iosflutterflutter-ios

Can I use Transporter to upload Flutter iOS apps to App Store console?


I got into mobile development through Flutter, so all my contact with native platforms and techs comes from that.

So far I've been distributing my Flutter apps as the doc says, opening the build/ios/archive/Runner.xcarchive package with Xcode and validating/distributing it.

I found fastlane, but before getting into it, is there a way to use Transporter to upload iOS apps to Apple Store console? It does not recognize the .xcarchive file with it, I suspect I have to do something else before but I could not find what

Thank you!


Solution

    • Archive app with XCode.
    • Go to "Distribute" and choose "Export".
    • You will have .ipa exported with provisioning profile, and just add it to Transporter app.