Impossible pour Télécharger "AppName" ne peut pas être téléchargé à cette époque

J'ai une enterprise application que je suis de la distribution via OTA. Lorsque j'essaie de l'installer, j'obtiens cette erreur de Xcode Journaux de Périphérique :

 LoadExternalDownloadManifestOperation: Canceling failed manifest
 download for replace: [MyBundleID]
 [MIClientConnection uninstallIdentifiers:withOptions:completion:]: 
 Uninstall requested by itunesstored (pid 2029) for identifier MyBundleID with options:

Impossible pour Télécharger

Ceci est mon manifeste.fichier plist:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>items</key>
    <array>
        <dict>
            <key>assets</key>
            <array>
                <dict>
                    <key>kind</key>
                    <string>software-package</string>
                    <key>url</key>
                    <string>https://myDomain/api/iosEventAppLink/EventApp.ipa</string>
                </dict>
            </array>
            <key>metadata</key>
            <dict>
                <key>bundle-identifier</key>
                <string>xxx.com.domain.EventApp</string>
                <key>bundle-version</key>
                <string>1.0</string>
                <key>kind</key>
                <string>software</string>
                <key>title</key>
                <string>AppName</string>
            </dict>
        </dict>
    </array>
</dict>
</plist>

Toute aide sera grandement appréciée

Avez-vous archivé pour ad-hoc de la distribution?
Je arhived pour l'entreprise de distribution

OriginalL'auteur Andrew | 2016-05-26