My main use case for Bitrise is for CI/CD, which means generating the build, deploying the build into the Play Store and App Store. I am from the mobile field, and we were generating manual builds, which took more time, so we selected Bitrise. We wrote scripts over Bitrise, set up our application, and generated the application using the AAB and APK formats. In the product that I am working on, I share two frequent builds to the QA, product team, and management, so I generate multiple builds—seven to eight builds in a day, which sometimes takes more than an hour or two hours. By using Bitrise, my two hours of daily effort was reduced. I simply go to Bitrise and generate the build, so there is no manual effort required for me to generate the build. I use GitHub Actions as well, but Bitrise has an option to upload multiple keystores. I uploaded the keystore and generated some values including the keystore name, keystore password, alias, and keystore name. I mapped those keys to the global variables in Bitrise, assigning these keystore values to particular variables and picking the keystore based on my script. If I am working on product X, I pick this keystore; if I have product Y, I pick a different keystore. I am using Bitrise totally for CI/CD, generating the build and deploying the build into the Play Store.
Bitrise offers an advanced platform for mobile app developers seeking efficient CI/CD solutions, known for streamlining processes and enhancing productivity.Designed for mobile application development, Bitrise provides seamless integration with popular tools, ensuring a high level of automation. It caters to developers looking for simplified workflows that accommodate modern mobile development demands. Users benefit from an intuitive dashboard that supports rapid iteration and testing,...
My main use case for Bitrise is for CI/CD, which means generating the build, deploying the build into the Play Store and App Store. I am from the mobile field, and we were generating manual builds, which took more time, so we selected Bitrise. We wrote scripts over Bitrise, set up our application, and generated the application using the AAB and APK formats. In the product that I am working on, I share two frequent builds to the QA, product team, and management, so I generate multiple builds—seven to eight builds in a day, which sometimes takes more than an hour or two hours. By using Bitrise, my two hours of daily effort was reduced. I simply go to Bitrise and generate the build, so there is no manual effort required for me to generate the build. I use GitHub Actions as well, but Bitrise has an option to upload multiple keystores. I uploaded the keystore and generated some values including the keystore name, keystore password, alias, and keystore name. I mapped those keys to the global variables in Bitrise, assigning these keystore values to particular variables and picking the keystore based on my script. If I am working on product X, I pick this keystore; if I have product Y, I pick a different keystore. I am using Bitrise totally for CI/CD, generating the build and deploying the build into the Play Store.