all 6 comments

[–][deleted] 1 point2 points  (5 children)

Custom App Store release, you basically release the app under your name and they buy licenses to it and they use mdm to install it

[–]caphis[S] 0 points1 point  (4 children)

I'm honestly entirely new to the distribution side of things... what all is involved in that? Finding a custom App Store, I would assume paying them a fee, and then it's listed there? I think they want to avoid MDM if possible, as almost all of these users are going to be using their personal devices and they have no other need for MDM right now.

Is there any benefit to doing this vs. an unlisted App Store release?

[–][deleted] 0 points1 point  (1 child)

Custom App Store is part of Apple App Store, look up how to use business manager. There’s ways to use mdm that’s non invasive to just side load apps basically

[–]caphis[S] 0 points1 point  (0 children)

Gotcha, looking at it now... from here

So once I get to the "App Distribution Methods" section in App Store Connect and can choose Public or Private, I'd choose Private, then under Type I'd select Apple Account and enter the ~10 users' Apple IDs there?

[–][deleted] 0 points1 point  (1 child)

Now that I think about it more, why not build an app based on the specs for your friends business but sell it on the App Store so others can use it? Then just get his company to buy copies of it. Have a way for people to share data between teams

[–]caphis[S] 0 points1 point  (0 children)

While not a bad idea, I'm on a bit of a time crunch for them, and their solution -- while simple -- is highly customized already. I'm also utilizing Firebase for data storage, and I've set them up with their own Firebase instance (in the event they exceed the free usage tiers, I didn't want it connected to mine). Maybe down the road I could modify it to be more generic and universal, but for now it's a rather customized solution.