ipa重签名

来源:互联网 发布:php 数组去重 编辑:程序博客网 时间:2024/06/05 06:36

ipa的重签名可以使用iReSign这个工具(简单方便),如果是重签名adhoc包 可以忽略entitlements.plist这个授权文件选项(其他选项必填),如果是重签名dist包,entitlements.plist这个文件就必须有,否则苹果自动审核时会被拒绝,我目前项目里entitlements.plist需要的内容如下:


application-identifier的内容格式:com.apple.developer.team-identifier

 

关于代码签名的参考:

http://objccn.io/issue-17-2/

http://www.cocoachina.com/ios/20141017/9949.html


补充:如果重新签名的提审包需要使用testflight测试,那么授权文件里还需要添加 beta-reports-active布尔参数,不然ITC会提示你这个构建版本没有包含正确的testflight权限。



另外,关于get-task-allow参数:Distribution profiles require that this value be turned off, while development profiles require this value to be turned on。

上面testflight问题参考链接:http://stackoverflow.com/questions/25756669/app-does-not-contain-the-correct-beta-entitlement



0 0
原创粉丝点击