ios - Network requirements for OTA deploy -


i have found following network requirements ota deployment: https://help.apple.com/deployment/ios/#/apda0e3426d7

network configuration requirements

if devices connected closed internal network, should let ios devices access following:

ax.init.itunes.apple.com: device obtains current file-size limit downloading apps on cellular network. if website isn’t reachable, installation may fail.

ocsp.apple.com: device contacts website check status of distribution certificate used sign provisioning profile.

i want ask possible deploy through intranet without access above website? work around?

thanks.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -