关于IPA包重签名

几个很好的签名工具,功能其实差不多:

  • https://github.com/maciekish/iReSign
  • https://github.com/xndrs/XReSign
  • https://github.com/DanTheMan827/ios-app-signer

配置文件管理的工具

  • https://github.com/shaojiankui/ProfilesManager

查看包内包含的UDID
security cms -D -i


关于entitlements文件配置


截图_22d9dfac-2413-47f2-ac24-9c64e8731a69.png

有些包重签名后打开直接闪退,我这边碰到这种情况是因为打的包包含bitcode, 去掉之后就正常了

你可能感兴趣的:(关于IPA包重签名)