提交审核的时候,显示二进制无效具体错误如下:
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 字典,这个是系统自动添加进去的,因为没有用到该特性,所以不需要改字段,如果使用
未修改前:
![](https://img.haomeiwen.com/i589368/c7e76a4eb9938fca.png)
修改后:移除Newsstand Icon
![](https://img.haomeiwen.com/i589368/743a68b95d26c8df.png)
再次提交,OK了
关于动态图标的方法参考: 原文
UINewsstandIcon 用于报刊杂志类,如果只是动态图标的使用,该字典无用建议删除;一个关于报刊杂志的文章,
网友评论