Flutter & Codemagic: Automatic iOS code signing via Flutter Workflow Editor

Flutter & Codemagic: Automatic iOS code signing via Flutter Workflow Editor

QuickTips video: Learn how to automatically code sign Flutter apps via Codemagic Flutter Workflow Editor. Code signing doesn't have to be painful ;)

With automatic code signing, you can have Codemagic generate a signing certificate and a matching provisioning profile for you and use them for code signing. Depending on the selected provisioning profile type, Codemagic will create a development or a distribution certificate and a development, Ad hoc or App store provisioning profile. This way, you can get signed builds that can be installed on real devices and distributed to App Store — without owning a Mac.

⚒️Requirements for using automatic code signing:

Before setting up automatic code signing, let’s go over what is needed for using Codemagic’s automatic code signing feature.

– Apple developer account. You still need to be a member of Apple Developer Program to be able to sign code and distribute your apps. Codemagic will require your Apple ID and password to generate the certificates and provisioning profiles for you. We recommend adding a new user to your team and using that account with Codemagic’s automatic code signing feature.

– Registered devices. Codemagic will create a provisioning profile containing all the devices that have been registered on your Apple developer account. Before every build, Codemagic will check if new devices have been added and will update the profile if needed.

Build, test and deliver mobile apps in record time with Codemagic CI/CD: https://codemagic.io/start/

Video is made by Lewis Cianci