<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>IOS on LEl_FENG Blog</title><link>https://blog.xpdbk.com/en/tags/ios/</link><description>Recent content in IOS on LEl_FENG Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>LEl_FENG Copyright</copyright><lastBuildDate>Sun, 21 Jul 2024 12:35:22 +0700</lastBuildDate><atom:link href="https://blog.xpdbk.com/en/tags/ios/index.xml" rel="self" type="application/rss+xml"/><item><title>Using i4 Tools to Fully Back Up iPhone 6 Data + Backup File Analysis</title><link>https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/</link><pubDate>Sun, 21 Jul 2024 12:35:22 +0700</pubDate><guid>https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/</guid><description>&lt;img src="https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/%E5%9C%96%E7%89%8721.webp" alt="Featured image of post Using i4 Tools to Fully Back Up iPhone 6 Data + Backup File Analysis" />&lt;blockquote>
&lt;p>&lt;strong>TL;DR / Geek Summary:&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>Insurance Strategy: Comprehensive iPhone 6 backup using i4 Tools (iTunes-based wrapper).&lt;/li>
&lt;li>Data Analysis: Deep dive into full vs. selective backups and encrypted local data structures.&lt;/li>
&lt;li>Dev Note: Crucial step before jailbreaking, system file modification, or IPA reverse engineering.&lt;/li>
&lt;/ul>
&lt;/blockquote>
&lt;h2 id="reasons">
&lt;a href="#reasons" class="heading-anchor" aria-label="Anchor for Reasons">#&lt;/a>
Reasons
&lt;/h2>
&lt;p>Whether it&amp;rsquo;s jailbreaking, tweaking parameters, replacing IPA data, or modifying system files, there&amp;rsquo;s always a risk of rendering the system and apps unusable.&lt;/p>
&lt;p>&lt;img src="https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/images.webp"
width="259"
height="194"
srcset="https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/images_hu803bfa8a4a9a93ceaaca356243fc062b_3344_480x0_resize_q75_h2_box_2.webp 480w, https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/images_hu803bfa8a4a9a93ceaaca356243fc062b_3344_1024x0_resize_q75_h2_box_2.webp 1024w"
loading="lazy"
alt="Boot loop (White Apple) caused by randomly modifying parameters and system files"
class="gallery-image"
data-flex-grow="133"
data-flex-basis="320px"
>&lt;/p>
&lt;p>A backup is the lowest-risk and most efficient insurance against this.&lt;/p>
&lt;h2 id="the-main-thread-of-this-tutorial-series">
&lt;a href="#the-main-thread-of-this-tutorial-series" class="heading-anchor" aria-label="Anchor for The Main Thread of This Tutorial Series">#&lt;/a>
The Main Thread of This Tutorial Series
&lt;/h2>
&lt;blockquote>
&lt;p>This article is part of a series. If you came from a search engine and are interested, you can check out the other tutorials in the main directory.&lt;a class="link" href="https://blog.xpdbk.com/posts/ios12-iphone6-jailbreak-ipasign-backup" >The Ultimate Guide to Tinkering with iPhone 6 and iOS 12 (Jailbreak + Optimization + IPA Reverse Engineering + App Downgrade + Firmware Flashing + Full Backup + IPA Personal Signing + Jailbreak Tweak Recommendations + Notes + Resource Downloads)&lt;/a>
&lt;/p>
&lt;/blockquote>
&lt;h3 id="you-are-currently-at">
&lt;a href="#you-are-currently-at" class="heading-anchor" aria-label="Anchor for You are currently at:">#&lt;/a>
You are currently at:
&lt;/h3>
&lt;p>&lt;strong>Using i4 Tools to Fully Back Up iPhone 6 Data + Backup File Analysis&lt;/strong>&lt;/p>
&lt;h2 id="downloading-i4-tools">
&lt;a href="#downloading-i4-tools" class="heading-anchor" aria-label="Anchor for Downloading i4 Tools">#&lt;/a>
Downloading i4 Tools
&lt;/h2>
&lt;p>Since we need to back up iOS data, we inevitably think of downloading iTunes. However, i4 Tools (Aisi Assistant) makes backing up iOS much more convenient (it&amp;rsquo;s essentially a wrapper software using iTunes as its core).&lt;/p>
&lt;p>&lt;a class="link" href="https://www.i4.cn/pro_pc.html" target="_blank" rel="noopener"
>Download i4 Tools&lt;/a>
&lt;span style="white-space: nowrap;">&lt;svg width=".7em"
height=".7em" viewBox="0 0 21 21" xmlns="http://www.w3.org/2000/svg">
&lt;path d="m13 3l3.293 3.293l-7 7l1.414 1.414l7-7L21 11V3z" fill="currentColor" />
&lt;path d="M19 19H5V5h7l-2-2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2v-5l-2-2v7z"
fill="currentColor">
&lt;/svg>&lt;/span>
&lt;/p>
&lt;p>Download either the 32-bit or 64-bit version.&lt;/p>
&lt;p>&lt;img src="https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/image-1.webp"
width="1366"
height="692"
srcset="https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/image-1_hu869bd6bc6e428f52486e3890ac184cf0_36090_480x0_resize_q75_h2_box_2.webp 480w, https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/image-1_hu869bd6bc6e428f52486e3890ac184cf0_36090_1024x0_resize_q75_h2_box_2.webp 1024w"
loading="lazy"
alt="Download the 32-bit or 64-bit version"
class="gallery-image"
data-flex-grow="197"
data-flex-basis="473px"
>&lt;/p>
&lt;h2 id="opening-and-installing-the-software">
&lt;a href="#opening-and-installing-the-software" class="heading-anchor" aria-label="Anchor for Opening and Installing the Software">#&lt;/a>
Opening and Installing the Software
&lt;/h2>
&lt;p>After clicking the program, the installation page appears.&lt;/p>
&lt;p>&lt;img src="https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/5dbb91e5f2fc23c101a3064afe57afe0.webp"
width="718"
height="237"
srcset="https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/5dbb91e5f2fc23c101a3064afe57afe0_huda857934d57747f7963f4ccd3d3b9ea8_15680_480x0_resize_q75_h2_box_2.webp 480w, https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/5dbb91e5f2fc23c101a3064afe57afe0_huda857934d57747f7963f4ccd3d3b9ea8_15680_1024x0_resize_q75_h2_box_2.webp 1024w"
loading="lazy"
alt="Installation page appears after clicking the program"
class="gallery-image"
data-flex-grow="302"
data-flex-basis="727px"
>&lt;/p>
&lt;p>Click &amp;ldquo;Install&amp;rdquo; on the installation page.&lt;/p>
&lt;p>&lt;img src="https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/77b8f26123f6edaf7a7127560783a44d-1.webp"
width="592"
height="391"
srcset="https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/77b8f26123f6edaf7a7127560783a44d-1_hu0783a062cec3819709b077625cd0344e_13328_480x0_resize_q75_h2_box_2.webp 480w, https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/77b8f26123f6edaf7a7127560783a44d-1_hu0783a062cec3819709b077625cd0344e_13328_1024x0_resize_q75_h2_box_2.webp 1024w"
loading="lazy"
alt="Click Install on the installation page"
class="gallery-image"
data-flex-grow="151"
data-flex-basis="363px"
>&lt;/p>
&lt;h2 id="entering-the-software">
&lt;a href="#entering-the-software" class="heading-anchor" aria-label="Anchor for Entering the Software">#&lt;/a>
Entering the Software
&lt;/h2>
&lt;p>Find the software icon on your desktop.&lt;/p>
&lt;p>&lt;img src="https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/image.webp"
width="357"
height="204"
srcset="https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/image_hu3e3dc23ae3cfab1566795053530bfa8f_12632_480x0_resize_q75_h2_box_2.webp 480w, https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/image_hu3e3dc23ae3cfab1566795053530bfa8f_12632_1024x0_resize_q75_h2_box_2.webp 1024w"
loading="lazy"
alt="Click the icon"
class="gallery-image"
data-flex-grow="175"
data-flex-basis="420px"
>&lt;/p>
&lt;p>After it finishes installing the necessary drivers, we can successfully enter the interface shown below.&lt;/p>
&lt;p>&lt;img src="https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/%E6%8D%95%E8%8E%B7.webp"
width="1366"
height="768"
srcset="https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/%E6%8D%95%E8%8E%B7_huc1d1d9f59d0551afc6d733ce19bf62a4_81630_480x0_resize_q75_h2_box_2.webp 480w, https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/%E6%8D%95%E8%8E%B7_huc1d1d9f59d0551afc6d733ce19bf62a4_81630_1024x0_resize_q75_h2_box_2.webp 1024w"
loading="lazy"
alt="Main Interface"
class="gallery-image"
data-flex-grow="177"
data-flex-basis="426px"
>&lt;/p>
&lt;h2 id="connecting-the-phone-and-trusting-the-computer">
&lt;a href="#connecting-the-phone-and-trusting-the-computer" class="heading-anchor" aria-label="Anchor for Connecting the Phone and Trusting the Computer">#&lt;/a>
Connecting the Phone and Trusting the Computer
&lt;/h2>
&lt;p>Use a data cable to connect your phone to the computer.&lt;/p>
&lt;p>&lt;img src="https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/6169ba9a1d164c829586a320bff9a067.webp"
width="600"
height="361"
srcset="https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/6169ba9a1d164c829586a320bff9a067_hu56812eaea44d4615934523b692317074_14054_480x0_resize_q75_h2_box_2.webp 480w, https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/6169ba9a1d164c829586a320bff9a067_hu56812eaea44d4615934523b692317074_14054_1024x0_resize_q75_h2_box_2.webp 1024w"
loading="lazy"
alt="Connecting to the phone"
class="gallery-image"
data-flex-grow="166"
data-flex-basis="398px"
>&lt;/p>
&lt;p>A &amp;ldquo;Trust&amp;rdquo; or &amp;ldquo;Don&amp;rsquo;t Trust&amp;rdquo; prompt will appear on your phone.&lt;/p>
&lt;p>&lt;img src="https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/4b01bc389817a89d77564c405abe9dbd.webp"
width="433"
height="430"
srcset="https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/4b01bc389817a89d77564c405abe9dbd_huf76e5823906a0939b8a69e36697fb401_22920_480x0_resize_q75_h2_box_2.webp 480w, https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/4b01bc389817a89d77564c405abe9dbd_huf76e5823906a0939b8a69e36697fb401_22920_1024x0_resize_q75_h2_box_2.webp 1024w"
loading="lazy"
alt="Trust and Don&amp;amp;rsquo;t Trust buttons"
class="gallery-image"
data-flex-grow="100"
data-flex-basis="241px"
>&lt;/p>
&lt;p>After a successful connection, it will look like this:&lt;/p>
&lt;p>&lt;img src="https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/%E6%8D%95%E8%8E%B7-1.webp"
width="1366"
height="731"
srcset="https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/%E6%8D%95%E8%8E%B7-1_hu170d6196eb6afb36c47cf622a028c973_70964_480x0_resize_q75_h2_box_2.webp 480w, https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/%E6%8D%95%E8%8E%B7-1_hu170d6196eb6afb36c47cf622a028c973_70964_1024x0_resize_q75_h2_box_2.webp 1024w"
loading="lazy"
alt="What it looks like after success"
class="gallery-image"
data-flex-grow="186"
data-flex-basis="448px"
>&lt;/p>
&lt;h2 id="start-backing-up-the-phone">
&lt;a href="#start-backing-up-the-phone" class="heading-anchor" aria-label="Anchor for Start Backing Up the Phone">#&lt;/a>
Start Backing Up the Phone
&lt;/h2>
&lt;p>Directly click the &lt;code>Backup/Restore Data&lt;/code> button on the home page.&lt;/p>
&lt;h3 id="full-backup">
&lt;a href="#full-backup" class="heading-anchor" aria-label="Anchor for Full Backup">#&lt;/a>
Full Backup
&lt;/h3>
&lt;p>An iOS full backup refers to copying almost all data and settings from your iPhone or iPad to another location, such as your computer, iCloud, or an external hard drive. Unlike iCloud backups or selective iTunes backups that only save specific data types, a full backup creates a complete snapshot of your device.&lt;/p>
&lt;p>A full backup usually includes the following:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Device settings:&lt;/strong> Including display brightness, wallpapers, sounds, notifications, Touch ID settings, etc.&lt;/li>
&lt;li>&lt;strong>App data:&lt;/strong> Including the apps themselves, app settings, game progress, login info, etc., but not all apps support data backup.&lt;/li>
&lt;li>&lt;strong>Photos and videos:&lt;/strong> Including Camera Roll, Photo Stream, albums, etc.&lt;/li>
&lt;li>&lt;strong>Messages:&lt;/strong> Including iMessage, SMS, and MMS.&lt;/li>
&lt;li>&lt;strong>Call logs:&lt;/strong> Including outgoing, incoming, and missed calls.&lt;/li>
&lt;li>&lt;strong>Contacts:&lt;/strong> Including all contact information.&lt;/li>
&lt;li>&lt;strong>Calendar:&lt;/strong> Including all calendar events and reminders.&lt;/li>
&lt;li>&lt;strong>Notes:&lt;/strong> Including all notes and attachments.&lt;/li>
&lt;li>&lt;strong>Voice Memos:&lt;/strong> Including all recordings.&lt;/li>
&lt;li>&lt;strong>Health data:&lt;/strong> Including steps, heart rate, sleep data, etc.&lt;/li>
&lt;li>&lt;strong>Safari browser data:&lt;/strong> Including bookmarks, history, cookies, etc.&lt;/li>
&lt;li>&lt;strong>Keychain data:&lt;/strong> Including Wi-Fi passwords, website login info, etc.&lt;/li>
&lt;/ul>
&lt;p>Please note that a full backup does NOT include the following:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Downloaded music, movies, and TV shows:&lt;/strong> These are usually copyright-protected and need to be re-downloaded from the iTunes Store, App Store, or other sources.&lt;/li>
&lt;li>&lt;strong>Data stored in iCloud:&lt;/strong> This data is already in the cloud and does not need to be included in the local backup.&lt;/li>
&lt;li>&lt;strong>Face ID or Touch ID data:&lt;/strong> For security reasons, this data is not backed up.&lt;/li>
&lt;li>&lt;strong>Apple Pay information:&lt;/strong> For security reasons, this is not backed up.&lt;/li>
&lt;/ul>
&lt;p>Pros of a full backup:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Comprehensive data protection:&lt;/strong> Backs up almost all data on the device.&lt;/li>
&lt;li>&lt;strong>Easy restoration:&lt;/strong> Can be used to restore the device to its previous state.&lt;/li>
&lt;li>&lt;strong>Convenient data migration:&lt;/strong> Can be used to transfer data to a new device.&lt;/li>
&lt;/ul>
&lt;p>Cons of a full backup:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Large file size:&lt;/strong> Requires a lot of storage space.&lt;/li>
&lt;li>&lt;strong>Longer backup time:&lt;/strong> Takes more time to complete.&lt;/li>
&lt;/ul>
&lt;h4 id="operation-steps">
&lt;a href="#operation-steps" class="heading-anchor" aria-label="Anchor for Operation Steps">#&lt;/a>
Operation Steps
&lt;/h4>
&lt;blockquote>
&lt;p>There is a difference in content between unencrypted and encrypted backups:&lt;/p>
&lt;/blockquote>
&lt;blockquote>
&lt;p>Please note that the content included in an unencrypted backup and an encrypted backup varies. An encrypted backup may contain information not found in an unencrypted backup, including: your saved passwords, Wi-Fi settings, website history, Health data, and call history.&lt;/p>
&lt;/blockquote>
&lt;p>Directly click &amp;ldquo;Backup Now&amp;rdquo; (立即备份).&lt;/p>
&lt;p>&lt;img src="https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/image-2.webp"
width="934"
height="618"
srcset="https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/image-2_huc7c350f66b1c721e26624db04ea03d01_37482_480x0_resize_q75_h2_box_2.webp 480w, https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/image-2_huc7c350f66b1c721e26624db04ea03d01_37482_1024x0_resize_q75_h2_box_2.webp 1024w"
loading="lazy"
alt="Directly click Backup Now"
class="gallery-image"
data-flex-grow="151"
data-flex-basis="362px"
>&lt;/p>
&lt;p>The backup process begins.&lt;/p>
&lt;p>&lt;img src="https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/image-3.webp"
width="942"
height="544"
srcset="https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/image-3_hu8202ff22202b8684501318d5b5dc9bd6_19274_480x0_resize_q75_h2_box_2.webp 480w, https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/image-3_hu8202ff22202b8684501318d5b5dc9bd6_19274_1024x0_resize_q75_h2_box_2.webp 1024w"
loading="lazy"
alt="Backing up&amp;amp;hellip;"
class="gallery-image"
data-flex-grow="173"
data-flex-basis="415px"
>&lt;/p>
&lt;h4 id="the-difference-between-password-protected-and-unprotected-full-backups">
&lt;a href="#the-difference-between-password-protected-and-unprotected-full-backups" class="heading-anchor" aria-label="Anchor for The Difference Between Password-Protected and Unprotected Full Backups">#&lt;/a>
The Difference Between Password-Protected and Unprotected Full Backups
&lt;/h4>
&lt;p>&lt;img src="https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/image-6.webp"
width="725"
height="141"
srcset="https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/image-6_huecf392ccec61c06601eb21d3e01be186_8558_480x0_resize_q75_h2_box_2.webp 480w, https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/image-6_huecf392ccec61c06601eb21d3e01be186_8558_1024x0_resize_q75_h2_box_2.webp 1024w"
loading="lazy"
alt="There is an obvious difference between having a password and not having one"
class="gallery-image"
data-flex-grow="514"
data-flex-basis="1234px"
>&lt;/p>
&lt;h4 id="full-backup-data-is-encrypted">
&lt;a href="#full-backup-data-is-encrypted" class="heading-anchor" aria-label="Anchor for Full Backup Data is Encrypted">#&lt;/a>
Full Backup Data is Encrypted
&lt;/h4>
&lt;p>You will notice that the full backup files are encrypted by default.&lt;/p>
&lt;p>&lt;img src="https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/image-4.webp"
width="1366"
height="768"
srcset="https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/image-4_huf0d9acc7178c9a7b580bdf56b59d8c86_106808_480x0_resize_q75_h2_box_2.webp 480w, https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/image-4_huf0d9acc7178c9a7b580bdf56b59d8c86_106808_1024x0_resize_q75_h2_box_2.webp 1024w"
loading="lazy"
alt="It is encrypted even if you don&amp;amp;rsquo;t add a password"
class="gallery-image"
data-flex-grow="177"
data-flex-basis="426px"
>&lt;/p>
&lt;p>This is what it looks like when viewed through i4 Tools&amp;rsquo; built-in viewer.&lt;/p>
&lt;p>&lt;img src="https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/image-5-1.webp"
width="935"
height="643"
srcset="https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/image-5-1_hu17b1f9ec701a9dd50ba58633f165eb07_17260_480x0_resize_q75_h2_box_2.webp 480w, https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/image-5-1_hu17b1f9ec701a9dd50ba58633f165eb07_17260_1024x0_resize_q75_h2_box_2.webp 1024w"
loading="lazy"
alt="Backup Viewer"
class="gallery-image"
data-flex-grow="145"
data-flex-basis="348px"
>&lt;/p>
&lt;h3 id="selective-backup-customized-backup">
&lt;a href="#selective-backup-customized-backup" class="heading-anchor" aria-label="Anchor for Selective Backup (Customized Backup)">#&lt;/a>
Selective Backup (Customized Backup)
&lt;/h3>
&lt;p>With this type of backup, you can freely select the specific data you need, except you cannot back up in-app data.&lt;/p>
&lt;p>&lt;img src="https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/image-7.webp"
width="929"
height="533"
srcset="https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/image-7_hu7bd811d600d4d418e0a7ff22c4748c49_23848_480x0_resize_q75_h2_box_2.webp 480w, https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/image-7_hu7bd811d600d4d418e0a7ff22c4748c49_23848_1024x0_resize_q75_h2_box_2.webp 1024w"
loading="lazy"
alt="The process is the same as the full backup above"
class="gallery-image"
data-flex-grow="174"
data-flex-basis="418px"
>&lt;/p>
&lt;p>The main difference is that data backed up this way is not encrypted.&lt;/p>
&lt;p>&lt;img src="https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/image-8.webp"
width="1206"
height="626"
srcset="https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/image-8_hue14d2dba8c2b9f763ea6e8730285761f_42138_480x0_resize_q75_h2_box_2.webp 480w, https://blog.xpdbk.com/en/posts/ios-backup-i4-iphone/image-8_hue14d2dba8c2b9f763ea6e8730285761f_42138_1024x0_resize_q75_h2_box_2.webp 1024w"
loading="lazy"
alt="It is all in plaintext"
class="gallery-image"
data-flex-grow="192"
data-flex-basis="462px"
>&lt;/p>
&lt;h2 id="important-notes">
&lt;a href="#important-notes" class="heading-anchor" aria-label="Anchor for Important Notes">#&lt;/a>
Important Notes
&lt;/h2>
&lt;p>The full backup file is generally best suited for the current device. If you switch to a different phone model, there is no guarantee that everything will work perfectly upon restoration.&lt;/p>
&lt;p>Some app data may become invalid or corrupted, such as WeChat and QQ.&lt;/p>
&lt;p>It is highly recommended to use the official built-in backup features for WeChat and QQ to migrate your chat history.&lt;/p></description></item><item><title>IOSApp Any Version Capture Package Downgrade Tutorial</title><link>https://blog.xpdbk.com/en/posts/ios-app-download-old/</link><pubDate>Mon, 07 Aug 2023 12:38:43 +0700</pubDate><guid>https://blog.xpdbk.com/en/posts/ios-app-download-old/</guid><description>&lt;img src="https://blog.xpdbk.com/en/posts/ios-app-download-old/photo_2023-08-07_12-41-41.webp" alt="Featured image of post IOSApp Any Version Capture Package Downgrade Tutorial" />&lt;blockquote>
&lt;p>&lt;strong>TL;DR / [Geek Summary]:&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>Version Rollback: Defeat bloatware and ads by forcing the download of legacy IPA images via packet interception.&lt;/li>
&lt;li>Intercept Logic: Use legacy iTunes (v12.6.x) paired with interceptors to inject specific version IDs into download requests.&lt;/li>
&lt;li>Persistence Hack: Modify &lt;code>iTunesMetadata.plist&lt;/code> to physically block App Store update notifications, ensuring version stability.&lt;/li>
&lt;/ul>
&lt;/blockquote>
&lt;h2 id="preface">
&lt;a href="#preface" class="heading-anchor" aria-label="Anchor for Preface">#&lt;/a>
Preface
&lt;/h2>
&lt;h3 id="why-should-i-downgrade">
&lt;a href="#why-should-i-downgrade" class="heading-anchor" aria-label="Anchor for Why should I downgrade?">#&lt;/a>
Why should I downgrade?
&lt;/h3>
&lt;ol>
&lt;li>
&lt;p>The new version of the APP is too slow&lt;/p>
&lt;/li>
&lt;li>
&lt;p>The new version is disgusting&lt;/p>
&lt;/li>
&lt;li>
&lt;p>The old version is simple and easy to use&lt;/p>
&lt;/li>
&lt;li>
&lt;p>The old version is functional&lt;/p>
&lt;/li>
&lt;/ol>
&lt;h3 id="why-do-i-want-to-write-this-article">
&lt;a href="#why-do-i-want-to-write-this-article" class="heading-anchor" aria-label="Anchor for Why do I want to write this article">#&lt;/a>
Why do I want to write this article
&lt;/h3>
&lt;ol>
&lt;li>
&lt;p>I just need it and have tried it&lt;/p>
&lt;/li>
&lt;li>
&lt;p>I want to integrate the articles of other guys and save them for myself&lt;/p>
&lt;/li>
&lt;/ol>
&lt;h2 id="the-main-line-of-this-series-of-tutorials">
&lt;a href="#the-main-line-of-this-series-of-tutorials" class="heading-anchor" aria-label="Anchor for The main line of this series of tutorials">#&lt;/a>
The main line of this series of tutorials
&lt;/h2>
&lt;blockquote>
&lt;p>This article is a series, which comes from the search engine. If you are interested, you can check out other tutorials in the main directory&lt;/p>
&lt;/blockquote>
&lt;p>&lt;a class="link" href="https://blog.xpdbk.com/posts/ios12-iphone6-jailbreak-ipasign-backup" >Write the latest ultimate guide for iPhone 6 mobile phones and IOS12 systems (jailbreak + optimization + IPA reverse + APP downgrade + firmware flashing + full backup + IPA personal signature + jailbreak plug-in recommendation + precautions + resource download)&lt;/a>
&lt;/p>
&lt;h2 id="tutorial">
&lt;a href="#tutorial" class="heading-anchor" aria-label="Anchor for Tutorial">#&lt;/a>
Tutorial
&lt;/h2>
&lt;h3 id="preparation">
&lt;a href="#preparation" class="heading-anchor" aria-label="Anchor for Preparation">#&lt;/a>
Preparation
&lt;/h3>
&lt;ul>
&lt;li>Download this downgrade software (link at the end of the article)&lt;/li>
&lt;/ul>
&lt;p>&lt;img src="https://blog.xpdbk.com/en/posts/ios-app-download-old/1.webp"
width="692"
height="227"
srcset="https://blog.xpdbk.com/en/posts/ios-app-download-old/1_hu752fb1c218b3ce9b17006cba13676e23_19760_480x0_resize_q75_h2_box_2.webp 480w, https://blog.xpdbk.com/en/posts/ios-app-download-old/1_hu752fb1c218b3ce9b17006cba13676e23_19760_1024x0_resize_q75_h2_box_2.webp 1024w"
loading="lazy"
alt="Downloaded IOS downgrade software"
class="gallery-image"
data-flex-grow="304"
data-flex-basis="731px"
>&lt;/p>
&lt;h3 id="step-1">
&lt;a href="#step-1" class="heading-anchor" aria-label="Anchor for Step 1">#&lt;/a>
Step 1
&lt;/h3>
&lt;p>Open this IOS downgrade software, agree to the firewall and administrator permissions&lt;/p>
&lt;p>&lt;img src="https://blog.xpdbk.com/en/posts/ios-app-download-old/2.webp"
width="672"
height="533"
srcset="https://blog.xpdbk.com/en/posts/ios-app-download-old/2_hu2e8991208f5e9a1e9186a5c24811a4f1_15224_480x0_resize_q75_h2_box_2.webp 480w, https://blog.xpdbk.com/en/posts/ios-app-download-old/2_hu2e8991208f5e9a1e9186a5c24811a4f1_15224_1024x0_resize_q75_h2_box_2.webp 1024w"
loading="lazy"
alt="Page after launch"
class="gallery-image"
data-flex-grow="126"
data-flex-basis="302px"
>&lt;/p>
&lt;h2 id="step-2">
&lt;a href="#step-2" class="heading-anchor" aria-label="Anchor for Step 2">#&lt;/a>
Step 2
&lt;/h2>
&lt;p>Download &lt;strong>iTunes&lt;/strong> here&lt;/p>
&lt;blockquote>
&lt;p>If you think it&amp;rsquo;s slow, you can download it from my Lanzou Cloud&lt;/p>
&lt;/blockquote>
&lt;p>&lt;img src="https://blog.xpdbk.com/en/posts/ios-app-download-old/3.webp"
width="672"
height="540"
srcset="https://blog.xpdbk.com/en/posts/ios-app-download-old/3_hu64334b8ea2a285e381d7069f42ce0222_25198_480x0_resize_q75_h2_box_2.webp 480w, https://blog.xpdbk.com/en/posts/ios-app-download-old/3_hu64334b8ea2a285e381d7069f42ce0222_25198_1024x0_resize_q75_h2_box_2.webp 1024w"
loading="lazy"
alt="Download iTunes"
class="gallery-image"
data-flex-grow="124"
data-flex-basis="298px"
>&lt;/p>
&lt;p>The process of installing &lt;strong>iTunes&lt;/strong>&lt;/p>
&lt;blockquote>
&lt;p>awa&lt;/p>
&lt;/blockquote>
&lt;p>&lt;img src="https://blog.xpdbk.com/en/posts/ios-app-download-old/4.webp"
width="515"
height="390"
srcset="https://blog.xpdbk.com/en/posts/ios-app-download-old/4_hu1d21f7b24ce2aa1cd9908aed60fa72b8_26370_480x0_resize_q75_h2_box_2.webp 480w, https://blog.xpdbk.com/en/posts/ios-app-download-old/4_hu1d21f7b24ce2aa1cd9908aed60fa72b8_26370_1024x0_resize_q75_h2_box_2.webp 1024w"
loading="lazy"
alt="Next step in the installation interface"
class="gallery-image"
data-flex-grow="132"
data-flex-basis="316px"
>&lt;/p>
&lt;p>Recommended settings&lt;/p>
&lt;blockquote>
&lt;p>This is more convenient&lt;/p>
&lt;/blockquote>
&lt;p>&lt;img src="https://blog.xpdbk.com/en/posts/ios-app-download-old/5.webp"
width="505"
height="389"
srcset="https://blog.xpdbk.com/en/posts/ios-app-download-old/5_hue8049d1b77c0d4536a4adc0b1da7eea2_16188_480x0_resize_q75_h2_box_2.webp 480w, https://blog.xpdbk.com/en/posts/ios-app-download-old/5_hue8049d1b77c0d4536a4adc0b1da7eea2_16188_1024x0_resize_q75_h2_box_2.webp 1024w"
loading="lazy"
alt="Recommended settings"
class="gallery-image"
data-flex-grow="129"
data-flex-basis="311px"
>&lt;/p>
&lt;p>Installation interface&lt;/p>
&lt;blockquote>
&lt;p>Seeing such a retro page means you got it right&lt;/p>
&lt;/blockquote>
&lt;p>&lt;img src="https://blog.xpdbk.com/en/posts/ios-app-download-old/6.webp"
width="514"
height="393"
srcset="https://blog.xpdbk.com/en/posts/ios-app-download-old/6_hua24cfec9aee8e14e5d605b41c36f48ba_15354_480x0_resize_q75_h2_box_2.webp 480w, https://blog.xpdbk.com/en/posts/ios-app-download-old/6_hua24cfec9aee8e14e5d605b41c36f48ba_15354_1024x0_resize_q75_h2_box_2.webp 1024w"
loading="lazy"
alt="Installation interface"
class="gallery-image"
data-flex-grow="130"
data-flex-basis="313px"
>&lt;/p>
&lt;p>Open iTunes and agree to its agreement&lt;/p>
&lt;p>**Exit and don&amp;rsquo;t update! ! ! **&lt;/p>
&lt;p>&lt;img src="https://blog.xpdbk.com/en/posts/ios-app-download-old/7.webp"
width="506"
height="598"
srcset="https://blog.xpdbk.com/en/posts/ios-app-download-old/7_hu7b4c594de08c5daab28024d39eb522d1_21960_480x0_resize_q75_h2_box_2.webp 480w, https://blog.xpdbk.com/en/posts/ios-app-download-old/7_hu7b4c594de08c5daab28024d39eb522d1_21960_1024x0_resize_q75_h2_box_2.webp 1024w"
loading="lazy"
alt="Don&amp;amp;rsquo;t run the update prompt"
class="gallery-image"
data-flex-grow="84"
data-flex-basis="203px"
>&lt;/p>
&lt;p>Perform a login operation (turn off other packet capture software)&lt;/p>
&lt;blockquote>
&lt;p>In actual testing, it is not possible to log in after opening the packet capture. Please turn off the software at the beginning&lt;/p>
&lt;/blockquote>
&lt;p>&lt;img src="https://blog.xpdbk.com/en/posts/ios-app-download-old/8.webp"
width="1101"
height="661"
srcset="https://blog.xpdbk.com/en/posts/ios-app-download-old/8_hu62ee1a135dda5cf510efbda5b85110f4_39578_480x0_resize_q75_h2_box_2.webp 480w, https://blog.xpdbk.com/en/posts/ios-app-download-old/8_hu62ee1a135dda5cf510efbda5b85110f4_39578_1024x0_resize_q75_h2_box_2.webp 1024w"
loading="lazy"
alt="Login interface"
class="gallery-image"
data-flex-grow="166"
data-flex-basis="399px"
>&lt;/p>
&lt;p>Agree to log in on your iPhone and enter the 6-digit verification code&lt;/p>
&lt;p>&lt;img src="https://blog.xpdbk.com/en/posts/ios-app-download-old/9.webp"
width="674"
height="309"
srcset="https://blog.xpdbk.com/en/posts/ios-app-download-old/9_hu2193c9f1a6ef4bc43d0510f7a5483528_15704_480x0_resize_q75_h2_box_2.webp 480w, https://blog.xpdbk.com/en/posts/ios-app-download-old/9_hu2193c9f1a6ef4bc43d0510f7a5483528_15704_1024x0_resize_q75_h2_box_2.webp 1024w"
loading="lazy"
alt="Complete login"
class="gallery-image"
data-flex-grow="218"
data-flex-basis="523px"
>&lt;/p>
&lt;p>&lt;img src="https://blog.xpdbk.com/en/posts/ios-app-download-old/10.webp"
width="672"
height="308"
srcset="https://blog.xpdbk.com/en/posts/ios-app-download-old/10_hu918797479e471cbb5da2788fbf50e078_10346_480x0_resize_q75_h2_box_2.webp 480w, https://blog.xpdbk.com/en/posts/ios-app-download-old/10_hu918797479e471cbb5da2788fbf50e078_10346_1024x0_resize_q75_h2_box_2.webp 1024w"
loading="lazy"
alt="iTunes secondary verification"
class="gallery-image"
data-flex-grow="218"
data-flex-basis="523px"
>&lt;/p>
&lt;p>Search for the app you want in the upper right corner&lt;/p>
&lt;p>&lt;img src="https://blog.xpdbk.com/en/posts/ios-app-download-old/114.webp"
width="334"
height="80"
srcset="https://blog.xpdbk.com/en/posts/ios-app-download-old/114_hu2071af8cb06d44e777477a224cddeab9_1506_480x0_resize_q75_h2_box_2.webp 480w, https://blog.xpdbk.com/en/posts/ios-app-download-old/114_hu2071af8cb06d44e777477a224cddeab9_1506_1024x0_resize_q75_h2_box_2.webp 1024w"
loading="lazy"
alt="Search for apps"
class="gallery-image"
data-flex-grow="417"
data-flex-basis="1002px"
>&lt;/p>
&lt;p>Select the app after scrolling down (do not click to download)&lt;/p>
&lt;p>&lt;img src="https://blog.xpdbk.com/en/posts/ios-app-download-old/514.webp"
width="207"
height="240"
srcset="https://blog.xpdbk.com/en/posts/ios-app-download-old/514_hueb1415bd6855972579f99e4a1801cc25_10454_480x0_resize_q75_h2_box_2.webp 480w, https://blog.xpdbk.com/en/posts/ios-app-download-old/514_hueb1415bd6855972579f99e4a1801cc25_10454_1024x0_resize_q75_h2_box_2.webp 1024w"
loading="lazy"
alt="Found"
class="gallery-image"
data-flex-grow="86"
data-flex-basis="207px"
>&lt;/p>
&lt;p>Reopen the software at the beginning and enter the same keyword in the search APP&lt;/p>
&lt;p>&lt;img src="https://blog.xpdbk.com/en/posts/ios-app-download-old/421.webp"
width="662"
height="187"
srcset="https://blog.xpdbk.com/en/posts/ios-app-download-old/421_hud509ed392332a27aca942697f0153708_14814_480x0_resize_q75_h2_box_2.webp 480w, https://blog.xpdbk.com/en/posts/ios-app-download-old/421_hud509ed392332a27aca942697f0153708_14814_1024x0_resize_q75_h2_box_2.webp 1024w"
loading="lazy"
alt="Search for keywords"
class="gallery-image"
data-flex-grow="354"
data-flex-basis="849px"
>&lt;/p>
&lt;p>After clicking Apply&lt;/p>
&lt;p>&lt;img src="https://blog.xpdbk.com/en/posts/ios-app-download-old/41.webp"
width="666"
height="541"
srcset="https://blog.xpdbk.com/en/posts/ios-app-download-old/41_hud65c6dff172f3dd157aca723fedddf50_38798_480x0_resize_q75_h2_box_2.webp 480w, https://blog.xpdbk.com/en/posts/ios-app-download-old/41_hud65c6dff172f3dd157aca723fedddf50_38798_1024x0_resize_q75_h2_box_2.webp 1024w"
loading="lazy"
alt="After clicking Apply"
class="gallery-image"
data-flex-grow="123"
data-flex-basis="295px"
>&lt;/p>
&lt;p>Choose any version number to enter this page&lt;/p>
&lt;p>&lt;img src="https://blog.xpdbk.com/Capturing.webp"
loading="lazy"
alt="Intercepting"
>&lt;/p>
&lt;p>You can download after clicking Download in iTunes&lt;/p>
&lt;blockquote>
&lt;p>After clicking Download, remember to check if there is anything in the database&lt;/p>
&lt;/blockquote>
&lt;p>&lt;img src="https://blog.xpdbk.com/en/posts/ios-app-download-old/3123.webp"
width="1365"
height="767"
srcset="https://blog.xpdbk.com/en/posts/ios-app-download-old/3123_huc9cd58784df4e82defd4830b62fe011e_29702_480x0_resize_q75_h2_box_2.webp 480w, https://blog.xpdbk.com/en/posts/ios-app-download-old/3123_huc9cd58784df4e82defd4830b62fe011e_29702_1024x0_resize_q75_h2_box_2.webp 1024w"
loading="lazy"
alt="3123.webp"
class="gallery-image"
data-flex-grow="177"
data-flex-basis="427px"
>&lt;/p>
&lt;p>Okay, we found the IPA file package by right-clicking and selecting Open in Windows Data Manager&lt;/p>
&lt;p>&lt;img src="https://blog.xpdbk.com/en/posts/ios-app-download-old/4124.webp"
width="1176"
height="535"
srcset="https://blog.xpdbk.com/en/posts/ios-app-download-old/4124_hu18947f795f42ad7332f62569caad87b5_2330_480x0_resize_q75_h2_box_2.webp 480w, https://blog.xpdbk.com/en/posts/ios-app-download-old/4124_hu18947f795f42ad7332f62569caad87b5_2330_1024x0_resize_q75_h2_box_2.webp 1024w"
loading="lazy"
alt="4124.webp"
class="gallery-image"
data-flex-grow="219"
data-flex-basis="527px"
>&lt;/p>
&lt;h2 id="step-3">
&lt;a href="#step-3" class="heading-anchor" aria-label="Anchor for Step 3">#&lt;/a>
Step 3
&lt;/h2>
&lt;p>Install Aisi Assistant and import IPA (there are a lot of tutorials on Baidu)&lt;/p>
&lt;p>Very simple&lt;/p>
&lt;blockquote>
&lt;p>&lt;a class="link" href="https://www.52pojie.cn/thread-1756628-1-1.html" target="_blank" rel="noopener"
>Program source article&lt;/a>
&lt;span style="white-space: nowrap;">&lt;svg width=".7em"
height=".7em" viewBox="0 0 21 21" xmlns="http://www.w3.org/2000/svg">
&lt;path d="m13 3l3.293 3.293l-7 7l1.414 1.414l7-7L21 11V3z" fill="currentColor" />
&lt;path d="M19 19H5V5h7l-2-2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2v-5l-2-2v7z"
fill="currentColor">
&lt;/svg>&lt;/span>
&lt;/p>
&lt;/blockquote>
&lt;h2 id="frequently-asked-questions">
&lt;a href="#frequently-asked-questions" class="heading-anchor" aria-label="Anchor for Frequently Asked Questions">#&lt;/a>
Frequently Asked Questions
&lt;/h2>
&lt;h3 id="q-unable-to-log-in-to-itunes-account">
&lt;a href="#q-unable-to-log-in-to-itunes-account" class="heading-anchor" aria-label="Anchor for Q: Unable to log in to iTunes account">#&lt;/a>
Q: Unable to log in to iTunes account
&lt;/h3>
&lt;ol>
&lt;li>
&lt;p>Please close this tool first, and then log in to iTunes.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>After successful login, open this tool again.&lt;/p>
&lt;/li>
&lt;/ol>
&lt;h3 id="question-when-itunes-authorizes-the-computer-it-fails-to-authorize-and-keeps-trying-to-authorize">
&lt;a href="#question-when-itunes-authorizes-the-computer-it-fails-to-authorize-and-keeps-trying-to-authorize" class="heading-anchor" aria-label="Anchor for Question: When iTunes authorizes the computer, it fails to authorize and keeps trying to authorize">#&lt;/a>
Question: When iTunes authorizes the computer, it fails to authorize and keeps trying to authorize
&lt;/h3>
&lt;ol>
&lt;li>Close this tool and then authorize again.&lt;/li>
&lt;/ol>
&lt;h2 id="download-address">
&lt;a href="#download-address" class="heading-anchor" aria-label="Anchor for Download address">#&lt;/a>
Download address
&lt;/h2>
&lt;p>Lanzou: &lt;a class="link" href="https://wwax.lanzouw.com/iN7C70pr8n8h" target="_blank" rel="noopener"
>iOS old version app download v5.2.zip&lt;/a>
&lt;span style="white-space: nowrap;">&lt;svg width=".7em"
height=".7em" viewBox="0 0 21 21" xmlns="http://www.w3.org/2000/svg">
&lt;path d="m13 3l3.293 3.293l-7 7l1.414 1.414l7-7L21 11V3z" fill="currentColor" />
&lt;path d="M19 19H5V5h7l-2-2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2v-5l-2-2v7z"
fill="currentColor">
&lt;/svg>&lt;/span>
&lt;/p>
&lt;p>iTunes v12.6.5.3 download
&lt;a class="link" href="https://secure-appldnld.apple.com/itunes12/091-87819-20180912-69177170-B085-11E8-B6AB-C1D03409AD2A6/iTunes64Setup.exe" target="_blank" rel="noopener"
>64-bit&lt;/a>
&lt;span style="white-space: nowrap;">&lt;svg width=".7em"
height=".7em" viewBox="0 0 21 21" xmlns="http://www.w3.org/2000/svg">
&lt;path d="m13 3l3.293 3.293l-7 7l1.414 1.414l7-7L21 11V3z" fill="currentColor" />
&lt;path d="M19 19H5V5h7l-2-2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2v-5l-2-2v7z"
fill="currentColor">
&lt;/svg>&lt;/span>
&lt;a class="link" href="https://secure-appldnld.apple.com/itunes12/091-87820-20180912-69177170-B085-11E8-B6AB-C1D03409AD2A5/iTunesSetup.exe" target="_blank" rel="noopener"
>32-bit&lt;/a>
&lt;span style="white-space: nowrap;">&lt;svg width=".7em"
height=".7em" viewBox="0 0 21 21" xmlns="http://www.w3.org/2000/svg">
&lt;path d="m13 3l3.293 3.293l-7 7l1.414 1.414l7-7L21 11V3z" fill="currentColor" />
&lt;path d="M19 19H5V5h7l-2-2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2v-5l-2-2v7z"
fill="currentColor">
&lt;/svg>&lt;/span>
&lt;/p>
&lt;h2 id="postscript">
&lt;a href="#postscript" class="heading-anchor" aria-label="Anchor for Postscript">#&lt;/a>
Postscript
&lt;/h2>
&lt;ol>
&lt;li>
&lt;p>Aisi Assistant also has the historical version of each APP, and you can choose to install it, but the historical version installed through Aisi Assistant cannot get updates through the App Store!&lt;/p>
&lt;/li>
&lt;li>
&lt;p>The iTunes used must be version 12.6.3.6 or below&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Block updates: Change the suffix of the downloaded ipa file to &lt;strong>.zip&lt;/strong>, and after opening it, delete the &lt;strong>iTunesMetadata.plist&lt;/strong> file (&lt;strong>Other files are protected by signatures, please do not modify them, otherwise you need to re-sign the ipa&lt;/strong>), and after completion, change the file suffix back to &lt;strong>.ipa&lt;/strong>, and then use Aisi or install it online to not receive updates in the App Store!&lt;/p>
&lt;/li>
&lt;/ol></description></item></channel></rss>