美文网首页iOS Developer
Xcode9 打包App Store Icon(1024xp)

Xcode9 打包App Store Icon(1024xp)

作者: iHTCboy | 来源:发表于2017-10-12 09:00 被阅读980次

    Xcode9 打包,上传 iTunes Connet 报错,提示需要在icon添加一张 Marketing 1024x1024 的图标

    WARNING ITMS-90704: "Missing Marketing Icon. iOS Apps must include a 1024x1024px Marketing Icon in PNG format. Apps that do not include the Marketing Icon cannot be submitted for App Review or Beta App Review."

    Xcode9 中需要添加:


    AppStore 1024pt

    如果是 Xcode8还是在 iTunes Connect 后台添加 1024x1024 图标:


    iTunes Connect 后台说明

    App Store 1024x1024px 图标规范

    用 Xcode9 打包后上传 iTunes Connet 报错:

    ERROR ITMS-90717 Invalid App Store Icon. The App Store Icon in the asset catalog in 'Some.app' can't be transparent nor contain an alpha channel.

    ERROR ITMS-90717

    原因:Xcode9中 1024x1024的图标只能 Alpha通道为否的 png 或 jpg 图片。

    App Store 图标规范

    总结

    App Store Icon (1024px)图标在 Xcode9 中只能放置不透明(没有 alpha通道)的 png 或 jpg 格式图片。

    参考:

    注:本文首发于 iHTCboy's blog,如若转载,请注明来源。

    相关文章

      网友评论

        本文标题:Xcode9 打包App Store Icon(1024xp)

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