本站使用了 Pjax 等基于 JavaScript 的开发技术,但您的浏览器已禁用 JavaScript,请开启 JavaScript 以保证网站正常显示!

iphone5等32位处理器手机安装微信跳低版本

前段时间整出来一个iphone5,发现充满电后还能用,而且电池居然可以两天不充电。

于是想登入个微信小号,用爱思助手装上个旧版微信,结果发现微信淘汰32位处理器iphone,仍然提示版本过低无法使用跳转appstore。

后来折腾了一番,发现其实原理很简单修改下微信版本号即可骗过验证。


  1. 淘汰手机无所谓质保,直接拿爱思助手先越狱一下(iphone5最高就支持安装ios 10.3.4),这里借助爱思助手一键越狱,然后找到旧版微信安装。

  2. 打开爱思助手,在首页按照提示在Cydia中安装 AFC2:参考这个https://www.i4.cn/news_detail_1623.html

  3. 安装完成后,用爱思助手打开“文件管理”  “程序(用户)”- ”微信” – ”WeChat.app”,找到“Info.plist”文件修改版本号骗过验证。可以将Info.plist直接复制粘贴我下面的本文。

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
  <dict>
    <key>CFBundlePackageType</key>
    <string>APPL</string>
    <key>UILaunchStoryboardName</key>
    <string>Launch Screen</string>
    <key>NSLocationAlwaysUsageDescription</key>
    <string>Allow WeChat Use your Location always.</string>
    <key>DTPlatformVersion</key>
    <string>12.1</string>
    <key>by</key>
    <string>wx_ios_code_helper</string>
    <key>DTSDKBuild</key>
    <string>16B91</string>
    <key>UIStatusBarStyle</key>
    <string>UIStatusBarStyleBlackOpaque</string>
    <key>UISupportsDocumentBrowser</key>
    <false/>
    <key>CFBundleIcons~ipad</key>
    <dict>
      <key>CFBundlePrimaryIcon</key>
      <dict>
        <key>CFBundleIconFiles</key>
        <array>
          <string>AppIcon60x60</string>
          <string>AppIcon76x76</string>
          <string>AppIcon83.5x83.5</string>
        </array>
        <key>CFBundleIconName</key>
        <string>AppIcon</string>
      </dict>
    </dict>
    <key>build_time</key>
    <string>2022-09-22 00:42:13</string>
    <key>NSSiriUsageDescription</key>
    <string>Allow WeChat Use Siri.</string>
    <key>LSRequiresIPhoneOS</key>
    <true/>
    <key>NSCameraUsageDescription</key>
    <string>Use your Camera to record video, using VoIP features.</string>
    <key>WeChatBundleVersion</key>
    <string>8.0.29.35</string>
    <key>CFBundleDisplayName</key>
    <string>微信</string>
    <key>CFBundleDocumentTypes</key>
    <array>
      <dict>
        <key>LSHandlerRank</key>
        <string>Owner</string>
        <key>LSItemContentTypes</key>
        <array>
          <string>org.openxmlformats.openxml</string>
        </array>
        <key>CFBundleTypeName</key>
        <string>officeopenxml</string>
      </dict>
      <dict>
        <key>LSHandlerRank</key>
        <string>Owner</string>
        <key>LSItemContentTypes</key>
        <array>
          <string>public.data</string>
        </array>
        <key>CFBundleTypeName</key>
        <string>data</string>
      </dict>
      <dict>
        <key>LSHandlerRank</key>
        <string>Owner</string>
        <key>LSItemContentTypes</key>
        <array>
          <string>com.microsoft.powerpoint.ppt</string>
        </array>
        <key>CFBundleTypeName</key>
        <string>ppt</string>
      </dict>
      <dict>
        <key>LSHandlerRank</key>
        <string>Owner</string>
        <key>LSItemContentTypes</key>
        <array>
          <string>com.microsoft.word.doc</string>
        </array>
        <key>CFBundleTypeName</key>
        <string>doc</string>
      </dict>
      <dict>
        <key>LSHandlerRank</key>
        <string>Owner</string>
        <key>LSItemContentTypes</key>
        <array>
          <string>com.microsoft.excel.xls</string>
        </array>
        <key>CFBundleTypeName</key>
        <string>xls</string>
      </dict>
      <dict>
        <key>LSHandlerRank</key>
        <string>Owner</string>
        <key>LSItemContentTypes</key>
        <array>
          <string>com.adobe.pdf</string>
        </array>
        <key>CFBundleTypeName</key>
        <string>pdf</string>
      </dict>
      <dict>
        <key>LSHandlerRank</key>
        <string>Owner</string>
        <key>LSItemContentTypes</key>
        <array>
          <string>org.gnu.gnu-tar-archive</string>
        </array>
        <key>CFBundleTypeName</key>
        <string>archive</string>
      </dict>
      <dict>
        <key>LSHandlerRank</key>
        <string>Owner</string>
        <key>LSItemContentTypes</key>
        <array>
          <string>public.audiovisual-content</string>
        </array>
        <key>CFBundleTypeName</key>
        <string>audivideo</string>
      </dict>
      <dict>
        <key>LSHandlerRank</key>
        <string>Owner</string>
        <key>LSItemContentTypes</key>
        <array>
          <string>public.image</string>
        </array>
        <key>CFBundleTypeName</key>
        <string>image</string>
      </dict>
      <dict>
        <key>LSHandlerRank</key>
        <string>Owner</string>
        <key>LSItemContentTypes</key>
        <array>
          <string>public.text</string>
        </array>
        <key>CFBundleTypeName</key>
        <string>txt</string>
      </dict>
    </array>
    <key>rev</key>
    <string>8827b1501831c5a5bd457e225b0ae9a912a3a281</string>
    <key>DTXcodeBuild</key>
    <string>10B61</string>
    <key>CFBundleIdentifier</key>
    <string>com.tencent.xin</string>
    <key>NSUserActivityTypes</key>
    <array>
      <string>com.tencent.xin</string>
      <string>com.tencent.xin.watch</string>
    </array>
    <key>UIDeviceFamily</key>
    <array>
      <integer>1</integer>
      <integer>2</integer>
    </array>
    <key>LSApplicationQueriesSchemes</key>
    <array>
      <string>qqnews</string>
      <string>weixinbeta</string>
      <string>qqnewshd</string>
      <string>qqmail</string>
      <string>whatsapp</string>
      <string>wxwork</string>
      <string>wxworklocal</string>
      <string>wxcphonebook</string>
      <string>mttbrowser</string>
      <string>mqqapi</string>
      <string>mqzonev2</string>
      <string>qqmusic</string>
      <string>tenvideo2</string>
      <string>tenvideohd</string>
      <string>qnreading</string>
      <string>weread</string>
      <string>sosomap</string>
      <string>comgooglemaps</string>
      <string>iosamap</string>
      <string>baidumap</string>
      <string>sgmap</string>
      <string>fbauth</string>
      <string>wx76fc280041c16519</string>
      <string>wx3bef52104e238bff</string>
      <string>wx369f9a611589ad83</string>
      <string>wx95a3a4d7c627e07d</string>
      <string>wx44b60f3ea0534cd7</string>
      <string>wxacbfe7e1bb3e800f</string>
      <string>wxfdab5af74990787a</string>
      <string>wx58164a91f1821369</string>
      <string>wxd477edab60670232</string>
      <string>wx82dd7436af5db835</string>
      <string>qqstock</string>
      <string>openApp.jdMobile</string>
      <string>openapp.toplife</string>
      <string>qmkege</string>
      <string>mqzonex</string>
      <string>txvp</string>
      <string>sybapp</string>
      <string>wx5a4a8ac0fd48303a</string>
      <string>qqsports</string>
      <string>qqcar</string>
      <string>tencentedu</string>
      <string>wemusic</string>
      <string>qqmap</string>
      <string>mqq</string>
      <string>webank</string>
      <string>weiyun</string>
      <string>weishi</string>
    </array>
    <key>CFBundleSignature</key>
    <string>????</string>
    <key>CFBundleInfoDictionaryVersion</key>
    <string>6.0</string>
    <key>CFBundleIcons</key>
    <dict>
      <key>CFBundlePrimaryIcon</key>
      <dict>
        <key>CFBundleIconFiles</key>
        <array>
          <string>AppIcon60x60</string>
        </array>
        <key>CFBundleIconName</key>
        <string>AppIcon</string>
      </dict>
    </dict>
    <key>CFBundleSupportedPlatforms</key>
    <array>
      <string>iPhoneOS</string>
    </array>
    <key>NSHealthUpdateUsageDescription</key>
    <string>Allow WeChat Use Health Update.</string>
    <key>NSMotionUsageDescription</key>
    <string>Allow WeChat Use Motion.</string>
    <key>NSBluetoothPeripheralUsageDescription</key>
    <string>Allow WeChat Use Bluetooth Peripheral.</string>
    <key>MinimumOSVersion</key>
    <string>9.0</string>
    <key>NSPhotoLibraryAddUsageDescription</key>
    <string>Allow WeChat Save Photo.</string>
    <key>CFBundleName</key>
    <string>WeChat</string>
    <key>CFBundleShortVersionString</key>
    <string>8.0.29</string>
    <key>UIStatusBarHidden</key>
    <true/>
    <key>UIBackgroundModes</key>
    <array>
      <string>location</string>
      <string>audio</string>
      <string>fetch</string>
      <string>voip</string>
      <string>remote-notification</string>
      <string>network-authentication</string>
    </array>
    <key>UIAppFonts</key>
    <array>
      <string>WeChatSansStd-Bold.ttf</string>
      <string>WeChatSansStd-Medium.ttf</string>
      <string>WeChatSansStd-Regular.ttf</string>
      <string>WeChatSansSuperscript-Bold.ttf</string>
      <string>WeChatSansSuperscript-Regular.ttf</string>
      <string>WeChatSansSuperscript-Medium.ttf</string>
    </array>
    <key>CFBundleExecutable</key>
    <string>WeChat</string>
    <key>NSHealthShareUsageDescription</key>
    <string>Allow WeChat Use Health Share.</string>
    <key>UIViewControllerBasedStatusBarAppearance</key>
    <false/>
    <key>ver</key>
    <string>0x17000222</string>
    <key>UISupportedInterfaceOrientations~ipad</key>
    <array>
      <string>UIInterfaceOrientationPortrait</string>
      <string>UIInterfaceOrientationLandscapeLeft</string>
      <string>UIInterfaceOrientationLandscapeRight</string>
      <string>UIInterfaceOrientationPortraitUpsideDown</string>
    </array>
    <key>tag</key>
    <string>release_appstore_8.0.29 #14</string>
    <key>FacebookAppID</key>
    <string>290293790992170</string>
    <key>UIPrerenderedIcon</key>
    <true/>
    <key>NSLocationUsageDescription</key>
    <string>Allow WeChat Use your Location.</string>
    <key>BuildMachineOSBuild</key>
    <string>17G65</string>
    <key>DTPlatformName</key>
    <string>iphoneos</string>
    <key>NSMicrophoneUsageDescription</key>
    <string>Use your Microphone to record voice messages, using VoIP features.</string>
    <key>NSLocationWhenInUseUsageDescription</key>
    <string>Allow WeChat Use your Location when in use.</string>
    <key>CFBundleVersion</key>
    <string>8.0.29.35</string>
    <key>CFBundleDevelopmentRegion</key>
    <string>zh_CN</string>
    <key>NSFaceIDUsageDescription</key>
    <string>Allow WeChat Use FaceID.</string>
    <key>DTCompiler</key>
    <string>com.apple.compilers.llvm.clang.1_0</string>
    <key>CFBundleURLTypes</key>
    <array>
      <dict>
        <key>CFBundleTypeRole</key>
        <string>Editor</string>
        <key>CFBundleURLName</key>
        <string>com.tencent.xin</string>
        <key>CFBundleURLSchemes</key>
        <array>
          <string>wexinVideoAPI</string>
          <string>weixin</string>
          <string>weixinapp</string>
          <string>fb290293790992170</string>
          <string>wechat</string>
          <string>QQ41C152CF</string>
          <string>prefs</string>
        </array>
      </dict>
    </array>
    <key>DTSDKName</key>
    <string>iphoneos12.1</string>
    <key>NSAppTransportSecurity</key>
    <dict>
      <key>NSAllowsArbitraryLoads</key>
      <true/>
    </dict>
    <key>NSContactsUsageDescription</key>
    <string>Allow WeChat Use your Contact.</string>
    <key>DTPlatformBuild</key>
    <string>16B91</string>
    <key>NSPhotoLibraryUsageDescription</key>
    <string>Allow WeChat Use your PhotoLibrary.</string>
    <key>UISupportedInterfaceOrientations</key>
    <array>
      <string>UIInterfaceOrientationPortrait</string>
      <string>UIInterfaceOrientationLandscapeLeft</string>
      <string>UIInterfaceOrientationLandscapeRight</string>
    </array>
    <key>DTXcode</key>
    <string>1010</string>
    <key>path</key>
    <string>release@appstore@2022-t4_2-8-0-29_2022_9_19_14_58_1</string>
    <key>DTAppStoreToolsBuild</key>
    <string>10B63</string>
    <key>UISupportedDevices</key>
    <array>
      <string>iPhone5,1</string>
      <string>iPhone5,2</string>
      <string>iPhone5,3</string>
      <string>iPhone5,4</string>
    </array>
  </dict>
</plist>

 继续浏览关于 的文章

 本文最后更新于:2022/10/28 15:15:53,可能因经年累月而与现状有所差异

 引用转载请注明:Dong's blog > 技术分享 > iphone5等32位处理器手机安装微信跳低版本