简体   繁体   English

将ipa辞职并上传到app store

[英]Resigning and uploading ipa to app store

We have an ipa file(that was signed with ad hoc distribution). 我们有一个ipa文件(用ad hoc发布签名)。 We wish to upload this ipa to the app store. 我们希望将此ipa上传到应用商店。 How can we do it? 我们怎么做? I mean resign the ipa and then use application loader to load it to the app store? 我的意思是辞职ipa,然后使用应用程序加载器将其加载到应用程序商店? Thanks! 谢谢!

First off, you'll need a valid "Distribution" certificate, as opposed to a "Development" certificate. 首先,您需要一个有效的“分发”证书,而不是“开发”证书。 Once you obtain that cert and load it into Organizer, you need to adjust the Code Signing rules within your build settings. 获得该证书并将其加载到管理器后,您需要在构建设置中调整代码签名规则。 Building for release should make use of your distribution cert. 构建发布应使用您的分发证书。

Once you've archived the ipa using these settings, you'll see an option to "Validate" within Organizer, which will automatically look for some common configuration issues, respond to these accordingly. 使用这些设置归档ipa后,您会在管理器中看到“验证”选项,该选项会自动查找一些常见配置问题,并相应地对其进行响应。

Finally, the App will have to be in the "Ready For Upload" state within iTunesConnect to even begin the upload process. 最后,应用程序必须处于iTunesConnect中的“Ready For Upload”状态,甚至开始上传过程。

Just dive into it, the errors thrown at each step are rather intuitive and helpful. 只需深入了解,每一步抛出的错误都非常直观且有用。

I have had success in resigning IPAs with this open source IPA resigning app called, iReSign . 通过这个名为iReSign的开源IPA辞职应用程序,我成功地辞去了IPA。

I would recommend testing any resigned builds. 我建议测试任何已重新构建的版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM