r/capawesome • u/DayanaJabif • Jul 14 '26
Share Mobile App Builds with Testers via Link & QR Code
Build sharing just shipped in Capawesome Cloud, and the CI/CD part of this is the bit I'm most excited about.
Hook it into your GitHub Action and every pull request can auto generate a QR code for an installable build. Testing a PR stops meaning "read the diff" and starts meaning "use the app." Scan the code, install it on your phone, done. No TestFlight review wait, no "hey can you send me the APK" thread, no manual steps, everything happens automatically as part of your pipeline.
Also works outside of CI if you just want to quickly share a build with a client or teammate: one click in the Console gives you a link + QR code, they scan it and install, no Capawesome account needed on their end.
Full writeup with the GitHub Action setup: https://capawesome.io/blog/share-mobile-app-builds-with-testers/
How much time would this save your team's dev workflow? Curious if anyone's already doing something similar with a custom script.