iphone - Offline Ad-Hoc deployment of iOS apps -
i have registered 80 devices apple developer account. want able deploy app them in environment both xcode , device have no internet connection. problem being if deploy app via xcode, device must have network connection verify developer profile. (installed automatically when deploying app via xcode)
how can this? can setup xcode , devices internet connection, after initial setup, developers have able make changes code , re-deploy app onto devices without network connection.
it takes while compile, build,sign , package app ad hoc deployment, install via itunes.
steps:
- in xcode set scheme's device generic ios device.
- then in top menu: product -> archive.
- ...it takes while compile...
- in organizer (pops after build completes, or found in window -> organizer) select build , click export button on right hand side (under big upload app store... button).
- select save ad hoc deployment , continue.
- ...you should
.ipa
file... - open
.ipa
file, should open itunes. - plug device computer via lightning cable.
- in itunes go device apps.
- click on install button next app in apps list, says will install.
- click apply.
- all things going should have app on device!
if can't open app may find device not included in provisioning profile, , you'll need have fun in developer portal.
Comments
Post a Comment