June 06, 2024
In this blogpost we will talk about Bitrise and how we use it π
Bitrise is a continuous integration and delivery (CI/CD) platform as a service (PaaS). It`s a collection of tools and services to help you with the development and automation of your mobile apps.
It supports iOS(Swift and Objective-C), Android(Java and Kotlin), React Native and Xamarin apps and you can simple connect it with your Github, Gitlab or Bitbucket repo.
So basically, Bitrise is another developer to help us with all the noncoding parts such as archiving the builds, testing the unit cases, deploy the app to App Store/Google Play and much more.
Sounds cool right?
Bitrise also ensures confidence, velocity, and continuous improvement across the entire app value creation, delivery lifecycle.
Throwbacks love things that can be automated. Throwbacks love things that can do life easier. For us to not deal with all the provisioning profiles, certificates and keystores locally, we love how we can collect and automate that process with Bitrise.
Everytime we push our code to master(main), it starts a new build, run our tests and deploys that version to TestFlight or Internal test users on Google Play automatically π
We strongly believe that Bitrise will help us to build and deliver high-quality apps faster in the future β¨
If you wanna read more about Bitrise you can do it here: https://bitrise.io/
Thank you for reading.
Best regards
Throwbacks team