diff --git a/AltStore/Managing Apps/AppManager.swift b/AltStore/Managing Apps/AppManager.swift index 0ebf5542..4e4310c1 100644 --- a/AltStore/Managing Apps/AppManager.swift +++ b/AltStore/Managing Apps/AppManager.swift @@ -1533,7 +1533,7 @@ private extension AppManager return } - if let app = context.app, let profile = context.provisioningProfiles?[app.bundleIdentifier] { + if let app = context.app, let profile = context.provisioningProfiles?[context.bundleIdentifier] { var appexBundleIds: [String: String] = [:] for appex in app.appExtensions { appexBundleIds[appex.bundleIdentifier] = appex.bundleIdentifier.replacingOccurrences(of: app.bundleIdentifier, with: profile.bundleIdentifier)