<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Mobile phone technology on LEl_FENG Blog</title><link>https://blog.xpdbk.com/en/tags/mobile-phone-technology/</link><description>Recent content in Mobile phone technology on LEl_FENG Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>LEl_FENG Copyright</copyright><lastBuildDate>Mon, 07 Aug 2023 12:38:43 +0700</lastBuildDate><atom:link href="https://blog.xpdbk.com/en/tags/mobile-phone-technology/index.xml" rel="self" type="application/rss+xml"/><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>