iPhone应用程序上传问题

发布于 2024-11-04 01:50:34 字数 299 浏览 0 评论 0原文

嗨:)我刚刚完成了一个应用程序..但是当我想上传二进制文件时,我得到了3个失败

  1. 在info.plist中指定的图标在顶级应用程序包装器下找不到:icon.png
  2. Iphone/Ipod Touch:info.plist :无法验证图标尺寸,未找到图标。您的MinimumOSVersion低于3.2,因此您必须定义CFBundleIconFil...
  3. 应用程序未通过协同设计验证。签名无效,或者未使用 Apple 提交证书

(应用程序加载器)

进行签名,我该怎么办? 谢谢

Hi :) i just done making an app.. but when i want to upload the binary file i got 3 fail

  1. Icon specified in the info.plist not found under top level app wrapper: icon.png
  2. Iphone/Ipod Touch: info.plist: Unable to verify icon dimensions, no icon found. You MinimumOSVersion is below 3.2, so you must define CFBundleIconFil...
  3. Application failed codesign verification. The signature was invalid, or it was not signed with an Apple submission cerficate

(application loader)

what can i do?
thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

暖风昔人 2024-11-11 01:50:34

看看这个清单。它帮助我提交了应用程序:

http://www.idev101.com/code/Distribution/检查表.html

Take a look at this checklist. It helped me get apps submitted:

http://www.idev101.com/code/Distribution/checklist.html

故人爱我别走 2024-11-11 01:50:34

这是我对解决您的 3 个问题的猜测。如果我对这些人的看法有误,请纠正我。

  1. 您需要将图标添加为 57x57 .png 文件,并确保 info.plist 中的图标值与 icon.png 匹配。

  2. 在 info.plist 中设置您的最低操作系统要求,或者将构建设置设置为高于或等于 OS 3.2

  3. < p>转到开发人员配置门户:
    http://developer.apple.com/ios/manage/overview/index.action

获取新的分发证书。您需要使用 xcode 中的分发证书进行代码签名,创建发布版本。那么它不会给你一个无效的签名消息。

Here's my guesses on fixing your 3 issues. Correct me if I'm wrong on any of this guys.

  1. You need to add your icon as a 57x57 .png file, and make sure that the icon value in info.plist matches icon.png.

  2. Set your minimun OS requirement in info.plist or the build settings to be HIGHER or EQUAL to OS 3.2

  3. Go to the developer provisioning portal:
    http://developer.apple.com/ios/manage/overview/index.action

Get a new Distribution certificate. You need to code sign with a distribution certificate in xcode, creating a release version. Then it won't give you an invalid signature message.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文