2

I have the same issue that is mentioned here: Enterprise App Update Distribution on iOS 8

I'm not able to install the App on one of my iOS 8 devices and the log prints the following error:

LoadExternalDownloadManifestOperation: Ignore manifest download, already have bundleID: com.mycom.MyApp

The fix suggested says to change the bundle-identifier of the plist in the manifest. If I'm using Xcode Server on Yosemite, where is the plist file located I need to change?

Xcode Server OTA Installation Screen:

Xcode Server OTA Web Page

Community
  • 1
  • 1
Collin
  • 6,720
  • 4
  • 26
  • 29

1 Answers1

0

If I understand the question correctly, you will need to change the bundleID inside of Xcode.

Click on your app in Xcode, and then target. You will see you bundleID "com.something.something", change this or append something to the end and then it should work.

Downside it seems people who already have the app installed, will see another icon. I think this will have to be the cause until this is fixed.

Anthony Taylor
  • 3,073
  • 3
  • 21
  • 30
  • No, it is not the bundle ID in Xcode but the one used in a plist by OTA installation configuration. – Collin Mar 10 '15 at 16:40
  • hmm, I havn't used the server in a little while. Search your computer for a manifest.plist file in the Server Configs and edit it there. You should be able to locate that file by looking at the URL you visit when you download the app if its a local address – Anthony Taylor Mar 10 '15 at 18:14