我在上传iOS应用程序后收到此警告
Missing recommended icon file - The bundle does not contain an app icon for iPhone / iPod Touch of exactly '120x120' pixels, in .png format.
Missing recommended icon file - The bundle does not contain an app icon for iPad of exactly '76x76' pixels, in .png format.
Missing recommended icon file - The bundle does not contain an app icon for iPad of exactly '152x152' pixels, in .png format.
我知道如何使用XCode5 添加此图标,但应用程序需要在 XCode 4.6 中构建。
我的2个问题:
有没有办法在XCode 4中添加这些图标?
Apple是否通过此警告拒绝二进制文件?
提前致谢。
答案 0 :(得分:4)
根据苹果应用商店指南:
“未正确使用系统提供的项目(如按钮和图标)以及Apple iOS人机界面指南中所述的应用可能会被拒绝”
https://developer.apple.com/appstore/resources/approval/guidelines.html
以下是在xcode 4.6.3中添加图标的方法 http://wpguru.co.uk/2013/09/how-to-add-ios-7-icons-in-xcode-4-6-3/
答案 1 :(得分:1)