简体   繁体   English

如何让Mac app存档签名?

[英]How to make Mac app archive signed?

I want to publish my Mac app to Mac App Store. 我想将我的Mac应用程序发布到Mac App Store。

So I've tried to sign my app and archive with Xcode 4. 所以我尝试使用Xcode 4签署我的应用程序和存档。

I got the process to sign the app - build settings. 我得到了签署应用程序的过程 - 构建设置。

However, I don't know how to sign archive(package). 但是,我不知道如何签署存档(包)。

In Organizer, when I tried to submit with archive, identity drop box shows that "No valid signing identities found" and others aren't showed. 在管理器中,当我尝试使用存档提交时,身份下拉框显示“找不到有效的签名身份”,而其他人则未显示。

  1. You need to create installation package certificate here: http://developer.apple.com/certificates/index.action 您需要在此处创建安装包证书: http//developer.apple.com/certificates/index.action

  2. download newly created certificate and double click it to install 下载新创建的证书并双击它进行安装

  3. Restart XCode if it was launched 如果已启动,请重新启动XCode

UPDATED: And guys! 更新:伙计们! One more thing! 还有一件事! Don't use beta SDK. 不要使用beta SDK。 The itunes connect wouldn't accept such binary. itunes connect不接受这样的二进制文件。

You need the INSTALLER and the APPLICATION certificate for this. 您需要INSTALLER和APPLICATION证书。 And restarting is important, Remizorrr is right! 重启很重要,Remizorrr是对的!

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

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