I have azure devops build pipeline running to build iOS apps.
As of now I have CI/CD, right from building the apps to distributing the apps to testers through hockey kinda of mechanism
But I'm just wondering ,is it possible to push the build with test flight.
Does test flight offer API for this ?
Can I attach release notes as a part of test flight build ?
P.S
is it advisable to use test flight to have so much frequent releases ?
is it possible to submit the app for external testing automatically without manual intervention ?
every week we release 10 to 15 builds to testers. But our release to app store will be once in a month.