Building with parallel Xcode versions on Bitrise
Learn how to set up a workflow that lets you ship to production with Xcode 10 while still being able to work on features using Xcode 11!
Learn how to optimize your mobile app deployment processes for iOS, Android, Flutter, ReactNative, and more
Learn how to set up a workflow that lets you ship to production with Xcode 10 while still being able to work on features using Xcode 11!
Tibor Bödecs explains everything about the mysterious iOS provisioning process and the structure of a provisioning profile.
Are you looking for Travis CI alternatives? From this guide written by Tibor Bödecs (TheSwiftDev), you can learn how to migrate your existing projects from Travis to Bitrise.
CI and CD techniques are a big part of all the good things that have happened to software development recently. Having CI in place means better productivity and higher confidence in our everyday work. Sounds kind of obvious, right? Well, let’s take a look at the dark side of the Moon.
Do you need to run an instrumentation test for your Android app? We have a new step for you.
Code reviews are a must, but can be quite a pain, right? Some of it can be automated by using Danger & klint so that you can focus on meaningful and constructive development only, not typos and such. Guest post by Joe Birch.
Ever wondered what a release workflow should look like and how to create release notes and do versioning automatically? Read this guide.
When creating an Android app, apart from thinking about eye-catching design and usability, it’s also crucial to figure out what will be under the hood: how to store information. Read Vitaly Kuprenko's take on choosing the right database.