I've not done this, but my thoughts went in the direction of running your apps on development certificates. Something like
https://docs.microsoft.com/en-us/xamarin/ios/get-started/installation/device-provisioning/manual-provisioning?tabs=macos That's for macos, but maybe iOS too Mike On Wed, Aug 4, 2021, 12:51 Greg Keogh <[email protected]> wrote: > It's rough, but it's a whole lot worse if it was happening with the iOS >> store. No sideloading allowed there at all, you'd need to root the >> phones. >> > > Coincidentally, the app in question is on my ToDo list to be compiled and > distributed for company Apple phones as well. It's a pretty vanilla Xamarin > Forms app, so getting the Apple stub project working won't be too painful, > but how do you distribute a private company app while bypassing the Apple > store? There must be a jillion companies with the same need, so what do > they do? Is there a kind of "private store"? > > *GK* > >>
