Re: Private Apple App distribution

2024-01-17 Thread Greg Keogh via ozdotnet
> > Perhaps not ideal but maybe the app can go into the app store but nobody > can actually use it without an account which you would only allow your > users to create. Just an idea. > Each phone running the app needs its app-generated ID registered in a master XML file, so the public can't run it

RE: Private Apple App distribution

2024-01-17 Thread Dr Greg Low via ozdotnet
And even more changes from Apple: https://www.macrumors.com/2024/01/16/us-app-store-alternative-purchase-option/?utm_source=tldrwebdev Regards, Greg Dr Greg Low 1300SQLSQL (1300 775 775) office | +61 419201410 mobile SQL Down Under | Web: https://sqldownunder.com

Re: Private Apple App distribution

2024-01-17 Thread Tom Rutter via ozdotnet
Perhaps not ideal but maybe the app can go into the app store but nobody can actually use it without an account which you would only allow your users to create. Just an idea. On Wed, 17 Jan 2024 at 14:48, Greg Keogh via ozdotnet wrote: > Folks, > > We're planning a MAUI app to be installed on c

Re: Private Apple App distribution

2024-01-17 Thread David Richards via ozdotnet
You can use an MDM. MacOS has one but it's not suitable for enterprise. If you're only serving a few hundred devices, it might be good enough. You have to set it up via Apple Business Manager. It's pretty crappy and chokes under any kind of load so I don't recommend. We moved away from this as it w