Intro
My company has built an application and we are ready to move it into production. The application built must be private and should be available to staff only. So this rules out iTunes and leaves us with Apple Enterprise Developer Program and Apple B2B. Now when we export the application out using the Enterprise option in Xcode, after installation we get a pop up saying Untrusted Enterprise Developer. We can't distribute this application and have all of our users go through settings to trust this app, that is too much to ask.
With the B2B, we would have to collect UDIDS of every iOS user and add them to a list of approved users. Dealing with over 200 users, this could become frustrating.
Question
So what I would like to know is, is there a way for a company to distribute iOS applications via a private link that once shared with employees all they would have to do is download the app, install and enjoy it without being asked to Trust the app or without collecting their UDID.
Thanks in advance!