I'm working on a flutter project and I built an Apk and iOS using Codemagic, the build succeeded and it was sent to my email address. Is there a way to send it to another email like change my email in configuration with another email. Any help is highly appreciated.
CodePudding user response:
yes, you can change or add more recipients in App Settings
> Notifications
> Email
if you build with Workflow Editor.
or in codemagic.yaml
file
publishing:
email:
recipients:
- [email protected]
- [email protected]