Post

Valuable freemium tool: codemagic.io

If you are no working in the industry of app releasing for multiple platforms (IOS, Android, TVs, Watch..) then app release is most likely a painful task. BUT we have solutions to ease it !

Disclamer

Not a sponsored content.

Context

The continuous integration/continuous delivery (CI/CD) pipeline is an automated DevOps workflow that streamlines the software delivery process

Delivering to multiple platforms (IOS, Android, TV, Watch) requires multiple CI/CD pipelines. Each pipeline comes with his own complexity: code setup, encryption keys, an even hardware requirement for IOS. The time an effort to set up and maintain it is huge and provides no added value other than “being able to integrate your code and deliver your apps”.

Why this is useful

Codemagic.io in a freemium website that you can use to run your tests, builds and publish. You need to provide the website access to your git, configure the platforms and keys. And there is nothing else to worry about.

TLDR

  1. Manually and locally building IPA/APK for IOS and Android is slow.
  2. Create an account on codemagic.io
  3. Provide access to your git repo, configure platforms and keys.
  4. The free tier will allow you to run CI/CD pipelines. Resulting in tests, build files, and delivery on mainstream stores.
This post is licensed under CC BY 4.0 by the author.

Trending Tags