ios - Distributing apps from two different Macs using the same dev and team profile -


i trying distribute in-house enterprise app other mac, mac pro. exported dev profile following apple's instructions macbook have been using distribute successfully. imported them on mac trying distribute following instructions.

i copied project folder macbook (working distribution) mac pro (not working) , opened xcode. built , archived project. went organizer, selected latest archive, , clicked distribute...

from there did do: select second option enterprise, use proper provisioning profile, , export server it's being hosted on.

when click link install app starts download fine finishes weird no icon image app icon , when try open app closes.

did wrong in exporting , importing profile(s)? if not, else issue here?

please post written device log while installation taking place. can monitor device console organizer window in xcode. open xcode , select window -> organizer select console under device.

based on description can think of 3 things may have caused this:

ota on ssl

the device attempting install app running ios 7.1 , manifest.plist , ipa not being served on ssl. please keep in mind ios 7.1 requires ota installations take place on secure https connection.

signed incorrect profile

if device log contains "unable preflight application" application not signed appropriately. can verify indeed using correct mobile provision following steps answer: https://stackoverflow.com/a/18642782/1144060

  1. take ipa file, rename have .zip extension.
  2. unzip file , open payload directory in finder.
  3. right click application , click show package contents.
  4. find file embedded.mobileprovision, , open file in text editor (like textedit).

if embedded.mobileprovision contains entry provisioneddevices signing ad hoc or development profile , not enterprise profile.

missing private key

unless enterprise certificate managed xcode (e.g. created enterprise certificate within xcode) xcode not manage in same way manages other profiles.

our build machine has multiple adc accounts configured in xcode 5. when attempting initialize new build environment exported profiles , imported them new build environment. enterprise certificate , key not created 1 of accounts registered in xcode. enterprise certificate , key not transferred.

on macbook open keychain access.app , selected certificates category on lower left. enterprise certificate shown in relation private key. select both of them , select file... -> export. enter password protect p12 file.

copy resultant p12 file (named certificates.p12 default) mac pro , double click file import default keychain using keychain access.app


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -