Can I can add capability to trust the app automatic in appium

I am testing beta app for iOS and I get build every day. So I have to do following steps every day to trust the app. Can I can add capability to trust the app automatic. For every new build I have to delete the app, so I have to repeat following step for every release.

Currently I am doing following steps Settings -> General -> Device Management Under ENTERPRISE APP, choose your current developer account name. Tap Trust “Your developer account name” Tap “Trust” in pop up. Done

Something wrong with your developer account or account does not include your device UDID.

As workaround install some other app (whatever you have) with same certificate. And do not remove it from phone. Thus your enterprice certificate left on phone.

Thanks Aleksei. Currently I am doing same way the way you said. Thanks for prompt answer.