美文网首页
上传AppStore碰到的问题

上传AppStore碰到的问题

作者: 忧零520 | 来源:发表于2016-06-02 15:24 被阅读563次

1,将Xcode 更新至7.0.1版本后,成功打包应用,用Xcode也验证成功,但上传时报错:

ERROR ITMS-90474: "Invalid Bundle. iPad Multitasking supportrequires these orientations:'UIInterfaceOrientationPortrait,UIInterfaceOrientationPortraitUpsideDown,UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight'.Found 'UIInterfaceOrientationPortrait' in bundle 'xxxx'."

ERROR ITMS-90475: "Invalid Bundle. iPad Multitasking support

requires launch story board in bundle 'xxxx'."

解决办法:

打开项目属性,选择“General”选项,勾选红框标注的“Requires

full screen”

2,安装发布证书和开发证书时发现证书过期,那么肯定是Apple Worldwide Developer Relations Certification Authority

Apple Worldwide Developer Relations Certification Authority过期时

1,按照你那个链接下载,https://developer.apple.com/certificationauthority/AppleWWDRCA.cer,并安装。

2, 在keychains里选择login,然后点选Certificates,在这个界面,选择工具栏的View -> Show Expired Certificates,这时候你会发现一个过期的“WWDR Certificate”(Apple Worldwide Developer Relations Certification Authority),删除它。

3, 在System的那一栏也有这个过期的“WWDR Certificate”,一并删除它。

4 ,不出意外你的证书那里从 “This certificate has an invalid issuer”(此证书的签发者无效)变成了 “This certificate is valid”了。

相关文章

网友评论

      本文标题:上传AppStore碰到的问题

      本文链接:https://www.haomeiwen.com/subject/rnqfrttx.html