Use of a TestFlight app in appium project

Hello everyone, I’m having an issue with creating the right iOS app file for my appium project.
We have the app generated in TestFlight, so I tried to use it in the project but it didn’t work.
So I was wondering if anyone succeeded using a TestFlight app in appium or if not,
what do you find the best way to create an iOS app to work with appium?

is there anyone in support?

Most of the online device farms have good documentation on this. For example, SauceLabs:

1 Like

Unless you uee a cloud that supports the store integration, your device must be added to the apple provisioning profile, and that profile must be on the build machine before the build starts. Any ipa built before the device was enrolled will not install on the target locally via commandline.