-1

I would like to create an IPhone application for my company co-workers.

This application should not be public, so I don't want to upload it to the App-Store. And Apple may reject my app from the Store, because it may not tally the App Review: https://developer.apple.com/app-store/review/

How is it possible?

Iter Ator
  • 8,226
  • 20
  • 73
  • 164

5 Answers5

1

You can distribute your application using Apple Enterprise development program.Please review more details on this link:https://developer.apple.com/programs/ios/enterprise/

Renish Dadhaniya
  • 10,642
  • 2
  • 31
  • 56
1

If you have an Apple Developer License you can use TestFlight / the prerelease function of iTunes Connect, see here:

Prerelease in iTunes Connect

LinusGeffarth
  • 27,197
  • 29
  • 120
  • 174
1
  • Create Archive
  • Export for Ad Hoc Development
  • Distribute by uploading it using testflightapp.com

It also doesn't need a Distribution Profile, however a Developer Profile is required

Vinay Jain
  • 1,653
  • 20
  • 28
1

When my company asked me to develop something that we could use to distribute our apps to clients for testing they told me we couldn't use TestflightApp (Before Apple purchased it) so I developed our own in-house distribution service. As long as you have a server setup its super easy to put it all together here is the Apple Documentation for creating your own Over the air distribution service or OTA. Otherwise if you don't want to or don't feel the need to I'd recommend just using Apples pre-release service Testflight which can be accessed through iTunesconnect OR you could use the still active (but owned by Apple) the original TestflightApp, though Apple could just flip the switch on this any day since they now have the version in iTunesconnect.

Popeye
  • 11,839
  • 9
  • 58
  • 91