Does appium allow automation of Release mode app?

Hi everybody,

I was able to successfully test app on my device/simulator that I had deployed via Xcode Debug mode.
However my developer wanted me to instead automate the Crashlytics version of the app (which may not be in Debug mode?) and I cannot get the app to launch via Appium now. Am I missing something? Please let me know!

TIA!

for ios release build u can’t test your app through appium. it should in debug mode on with code signin

Note:- test on ios real device and simulator both your need 2 different build(eg:-ipa file for real device and .app file for simulator)