iOS安装脱壳后的ipa

安装手机必须是越狱后的苹果设备

1. 在越狱后的手机中断中执行查询App编码并脱壳
# Clutch  -i     // 查询设备已安装的设备列表
iOS安装脱壳后的ipa_第1张图片
image.png
# Clutch  -d 14     //  脱壳对应的App
2. 找到对应的脱壳后的ipa
# cd /private/var/mobile/Documents/Dumped 
# tar -zcvf 001.tar.gz com.cmcc.zhihuiguanjia-iOS9.0-\(Clutch-2.0.4\).ipa  // 压缩ipa或重命名(因为此命名下有空格,传输会出问题)    
3. 在电脑终端下执行拷贝手机上的ipa
# scp [email protected]:/private/var/mobile/Documents/Dumped/001.tar.gz ./
# tar -zxvf 001.tar.gz // 解压

4. 使用爱思助手安装脱壳后的ipa或ideviceinstaller -i 001.ipa 安装app

如果有遇到Error occurred: ApplicationVerificationFailed或者未安装AFC2、AppSync的越狱补丁问题,请安装

  1. 先安装AFC2 https://www.i4.cn/news_detail_1623.html
  2. 再安装AppSync https://www.i4.cn/news_detail_13094.html

之后就可以安装成功了


iOS安装脱壳后的ipa_第2张图片
image.png

你可能感兴趣的:(iOS安装脱壳后的ipa)