Tom
Tom

Reputation: 2704

Offline iOS Enterprise App Deployment and provisioning

I have posted this question on SO since I think it is the most logical place to find people with a lot of experience with the iOS Enterprise program.

For my company, we are developing an in-house app. We would like to deploy this app with the minimum effort required on the user's side <1>, as it should be possible to quickly install it for incoming colleagues. Additionally, we can't always guarantee an up and running internet connection at install time <2>. The in-house app is to be downloaded on our premises from a webserver through wifi.

We are currently not enrolled in the enterprise program, as we're investigating whether or not our goals can be realized.

As for <1>, what we've found is that UDIDs are not necessary to include in the provisioning profile for enterprise deployment. What is needed, is a provisioning profile. Now, here are my first concrete questions:

For <2>, the following issues come to mind:

Thanks for the help; it's greatly appreciated. As I have no prior experience with Enterprise deployment, it is tough to be confident that I'm not missing out on the nitty gritty details in Apple's documentation.

Upvotes: 2

Views: 656

Answers (1)

mkto
mkto

Reputation: 4664

Provisioning profile can be embedded.

Your employee's devices requires internet connection when they are downloading the app, so that the device can contact Apple servers you mentioned.

Upvotes: 1

Related Questions