From b52cc339cb54796e4b19e486b6dfe8b3d49ac868 Mon Sep 17 00:00:00 2001 From: C_Peter <48532778+prosch88@users.noreply.github.com> Date: Sun, 12 Jan 2025 08:52:00 +0100 Subject: [PATCH] Update pymobiledevice3/services/mobilebackup2.py Co-authored-by: doronz88 --- pymobiledevice3/services/mobilebackup2.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pymobiledevice3/services/mobilebackup2.py b/pymobiledevice3/services/mobilebackup2.py index 5a7703d8f..19f4708f2 100755 --- a/pymobiledevice3/services/mobilebackup2.py +++ b/pymobiledevice3/services/mobilebackup2.py @@ -275,6 +275,8 @@ def init_mobile_backup_factory_info(self, afc: AfcService): try: min_itunes_version = self.lockdown.get_value('com.apple.mobile.iTunes', 'MinITunesVersion') except MissingValueError: + # iPadOS may not contain this value. See: + # https://github.com/doronz88/pymobiledevice3/issues/1332 min_itunes_version = '10.0.1' app_dict = {} installed_apps = []