diff --git a/AltServer/Devices/ALTDeviceManager+Installation.swift b/AltServer/Devices/ALTDeviceManager+Installation.swift index 6d15b93c..e2c931b2 100644 --- a/AltServer/Devices/ALTDeviceManager+Installation.swift +++ b/AltServer/Devices/ALTDeviceManager+Installation.swift @@ -761,6 +761,10 @@ To prevent this from happening, feel free to try again with another Apple ID. infoDictionary[kCFBundleIdentifierKey as String] = profile.bundleIdentifier infoDictionary[Bundle.Info.altBundleID] = identifier + + if (infoDictionary.keys.contains(Bundle.Info.deviceID)) { + infoDictionary[Bundle.Info.deviceID] = device.identifier + } for (key, value) in additionalInfoDictionaryValues {