动态更换图标遇到的坑UINewsstandIcon was no

2018-12-24  本文已影响25人  iOS打怪升级
提交审核的时候,显示二进制无效具体错误如下:

Newsstand Icon - One or more of the Newsstand icons referenced by CFBundleIcons.UINewsstandIcon was not valid. The icon must be a .png file, at least 72 DPI, and it must have an aspect ratio between 1:2 and 2:1. Also, the artwork must be flat with no rounded corners.

解决办法,移除.plist里面的UINewsstandIcon 字典,这个是系统自动添加进去的,因为没有用到该特性,所以不需要改字段,如果使用

未修改前:


image.png

修改后:移除Newsstand Icon


image.png

再次提交,OK了

关于动态图标的方法参考: 原文
UINewsstandIcon 用于报刊杂志类,如果只是动态图标的使用,该字典无用建议删除;一个关于报刊杂志的文章,

上一篇下一篇

猜你喜欢

热点阅读