David Maldonado
David Maldonado
We are missing the information in the documentation regarding where to go in order to subscribe to a newsletter
Some users seems to be confused on how to manually add their first binary into google play. Updated docs with this info https://github.com/orgs/codemagic-ci-cd/discussions/2387
The documentation is bad here when it says "If you are building a Flutter project and would like to publish to Codemagic static pages, consider switching your configuration to Flutter...
looks like it's been replaced with the new "notarytool", see https://developer.apple.com/documentation/technotes/tn3147-migrating-to-the-latest-notarization-tool https://docs.codemagic.io/yaml-code-signing/signing-macos/
- name: Rename the aab file script: | mv build/app/outputs/bundle/release/app-release.aab \ build/app/outputs/bundle/release/my_renamed_binary_name-release.aab
Add an example on how to access the built in env variable and use it within the condition example when: condition: env.CM_BRANCH == "develop" or env.CM_BRANCH == "master"
Create a guide on how to send a binary to Telegram chat bot
Some users are not aware that they can create a and launch a custom Android emulator for running e2e tests https://github.com/orgs/codemagic-ci-cd/discussions/2773 ``` - name: Setup and Launch Android 14 Emulator...