[IOS9] BundleValidator: Failed bundleIdentifier
Bonjour,
j'ai développé une application hybride tout va bien sur IOS7/8...
mais sur IOS9 j'ai un probleme lors de l'installation , voici les logs sur IOsConsole :
Code:
1 2 3 4 5 6 7 8 9 10 11
| Nov 4 12:38:18 iPhone-de-Societe itunesstored[111] <Warning>: [ApplicationWorkspace]: Installing software package with bundleID: com.appid1: bundleVersion: 1.1.7 path: /var/mobile/Media/Downloads/-4951985306372747785/-196787304969037711
Nov 4 12:38:18 iPhone-de-Societe itunesstored[111] <Warning>: BundleValidator: Failed bundleIdentifier: com.appid1 does not match expected bundleIdentifier: com.appid2
Nov 4 12:38:18 iPhone-de-Societe itunesstored[111] <Warning>: [ApplicationWorkspace]: Bundle validated for bundleIdentifier: com.appid1 success: 0
Nov 4 12:38:18 iPhone-de-Societe itunesstored[111] <Warning>: LaunchServices: Uninstalling placeholder for app <LSApplicationProxy: 0x140143930> com.appid1 (Placeholder) <file:///private/var/mobile/Containers/Bundle/Application/98FC241C-F833-4D5E-8116-241BCC4FA789/-4951985306372747785.app>
Nov 4 12:38:18 iPhone-de-Societe itunesstored[111] <Warning>: LaunchServices: Uninstalling app <LSApplicationProxy: 0x140143930> com.appid1 (Placeholder) <file:///private/var/mobile/Containers/Bundle/Application/98FC241C-F833-4D5E-8116-241BCC4FA789/-4951985306372747785.app>
Nov 4 12:38:18 iPhone-de-Societe installd[50] <Notice>: 0x16e2d3000 -[MIClientConnection uninstallIdentifiers:withOptions:completion:]: Uninstall requested by itunesstored (pid 111) with options: {
}
Nov 4 12:38:18 iPhone-de-Societe installd[50] <Notice>: 0x16e2d3000 -[MIUninstaller _uninstallBundleWithIdentifier:error:]: Uninstalling identifier com.appid1
Nov 4 12:38:18 iPhone-de-Societe installd[50] <Notice>: 0x16e2d3000 -[MIUninstallNotifier performRemovalWithCompletionBlock:]: Destroying container with identifier com.appid1 at /private/var/mobile/Containers/Bundle/Application/98FC241C-F833-4D5E-8116-241BCC4FA789
Nov 4 12:38:18 iPhone-de-Societe installd[50] <Notice>: 0x16e2d3000 -[MIUninstallNotifier performRemovalWithCompletionBlock:]: Destroying container with identifier com.appid1 at /private/var/mobile/Containers/Data/Application/95B2BF46-208A-4FC5-B5ED-893205991319
Nov 4 12:38:18 iPhone-de-Societe itunesstored[111] <Warning>: LaunchServies: No app bundle to remove for com.appid1 |
sachant que appid1 etait le bundle identifier que javais avant sur l'appli et depuis jutilise appid2
Pourriez vous m'aider ?