Built .apk links not working #2550
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceMy builds posts .apk links to Slack. Expected resultsIt was working fine until yesterday. Actual resultsBut today's build gives us an error message when clicked:
It works only if I download this while logged into my CodeMagic account. Is this a new configuration, or a bug? Build id (optional)664e405803e36d6c4996d8c1 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @marcelo-novapaytech the error you're encountering is expected behavior. The built .apk links provided by Codemagic are restricted to team members and require authentication. This has always been the case to ensure the security of your build artifacts. To share the builds outside your team, you need to convert the link to a public download URL. Here's a basic outline of how you can achieve that
Check this links for reference |
Beta Was this translation helpful? Give feedback.
Hello @marcelo-novapaytech the error you're encountering is expected behavior. The built .apk links provided by Codemagic are restricted to team members and require authentication. This has always been the case to ensure the security of your build artifacts.
To share the builds outside your team, you need to convert the link to a public download URL. Here's a basic outline of how you can achieve that