Post

Replies

Boosts

Views

Activity

Reply to Enterprise install and iOS 16
Hello, Because the app is deployed both on App Store and Enterprise In House but with different ids, seems that the App Store ones is poping from somewhere. But this issue arise only on iOS 16 below, I expect <BUNDLE ID 2> but found references of <BUNDLE ID 1> in the logs Same error here. I found that in the Console App logs: -[IXSClientConnection _remote_prioritizeCoordinatorForAppWithIdentity:completion:]: No coordinator found for <bundle identifier> and app is not vendable by App Store or is a hard error (1) so showing alert [...] -[IXSErrorPresenter presentErrorForIdentities:code:underlyingError:errorSource:]: Asked to present alert for error 1 source MobileInstallation underlying error Error Domain=MIInstallerErrorDomain Code=180 "The item being installed did not contain an app with bundle ID **"<BUNDLE ID 1>"**, but it did contain app(s) with bundle ID(s): {(   **"<BUNDLE ID 2>"** )}" UserInfo={SourceFileLine=450, NSLocalizedDescription=The item being installed did not contain an app with bundle ID **"<BUNDLE ID 1>"**, but it did contain app(s) with bundle ID(s): {(   **"<BUNDLE ID 2>"** )}, FunctionName=-[MIInstaller _bundleInDirectory:withBundleID:error:]} for identities (   "[**<BUNDLE ID 1>**/P]" )
Sep ’22