2

The factors I need to take into account are the following:

1) B2B is not supported for my country

2) The application is custom business app and definitely does not target the wide audience and for this reason it will most likely not be accepted to AppStore

3) It is frustrating for customers to have to search for their UDID so I want to make the process easier by skipping collecting UDIDs

4) My clients are other companies to whom I provide the login details(username/password) via email and they use them in the application


EDIT: How can I publish my app to limited audience taking into account 1-4?

  • 2
    and your question is...? – holex Mar 09 '15 at 16:45
  • Essentially a duplicate of this [SO Question](http://stackoverflow.com/q/28941820/451475) by skipping the "Volume Purchase Option" answer. – zaph Mar 09 '15 at 16:50
  • @holex sorry if my question is not clear. I would like to know what are my options to publish to limited audience taking into account the 4 factors I listed – Aleksandar Dimitrov Mar 09 '15 at 17:36
  • @Zaph how about a iTunes sync of adhoc build(.ipa)? The user connects the device with usb, syncs the build with iTunes and that is all. I only need to send them the .ipa build and I won't need to know their udid. – Aleksandar Dimitrov Mar 10 '15 at 10:42
  • 1
    For AdHoc there are two limitations: 1. The UDID of each device must be entered in iPhone Portal. 2. There is a limit of 100 devices and the list can only be reset once per year. – zaph Mar 10 '15 at 12:39

2 Answers2

1

Purchase Apple Developer's Enterprise Program and you can distribute to anyone without submitting to AppStore and also without UDID's as well.

Irfan
  • 4,301
  • 6
  • 29
  • 46
Ali Farhan
  • 199
  • 1
  • 8
  • 1
    True, but you *may* only distribute to anyone *within your organization.* Enterprise distribution isn't meant for the OP's use case, and using it that way would violate the terms of the Enterprise Program agreement. – Caleb Feb 23 '17 at 17:31
  • Also, don't the provisioning profiles expire at some point, after which the end users need to install new ones? – jorisw Apr 19 '19 at 16:27
0

Have you tried the Hockey App or TestFlight for releasing your app to a selected number of audience ?

  • Please consider using the comments feature and reserve answers for full answers that solve the question. This allows future visitors to see the solution without the noise of discussion in the answers section. – RedBassett Feb 06 '17 at 10:23