Publish iOS app to AppCenter #1909
Replies: 2 comments 2 replies
-
Hi @AdrianDutu, You can easily achieve that by following this document. Please let us know if you face any issues and we will assist you accordingly. |
Beta Was this translation helpful? Give feedback.
2 replies
-
This discussion is being closed due to no activity in the last 14 days. You can reopen the discussion at any time if needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
Hello,
I am using Dart to develop an application for both iOS and Android. I want to send them to AppCenter. I have managed to do so for android but not for iOS.
So codemagic runs flutter build ios and this results in an .app and .app.zip files. These files are not accepted by AppCenter.
I need to send a .ipa file. Though it seems Codemagic only offers the bundle package option only for android.
How can I make Codemagic use the flutter build ipa command and be able to use the integration between Codemagic and Apple Dev Portal and use the automatic signing?
Expected results
n/a
Actual results
n/a
Build id (optional)
No response
Beta Was this translation helpful? Give feedback.
All reactions