开发者

icon files to specify in plist

Which/How many icon files are necessary to be included and specified in plist ?

I am getting error " Unable to verify icon dimensions, no icon found..." in Application Load开发者_StackOverflow社区er..


Here is the document you need.

QA1686

http://developer.apple.com/library/ios/#qa/qa1686/_index.html

Make sure the icon file is added to your project and matches the entry in your plist file. See above document for details.


Icon file 512 X 512 pixels is not enough. Infact in your plist you need to add 57 X 57 pixels icon which is in PNG Format

If you are developing iPhone app then the iPhone app icon should be 57 X 57 pixels exact and one high resolution icon which is 512 X 512 pixels.

You need to add the 57 X 57 pixel icon as your app icon in your project's plist.

So I think error suggests that you have not added your application icon (57 X 57 pixels.

This icons need to be in PNG format.

It may be the case that you might have added the icon name is your project's plist but you may not have referenced or added the icon to your app's resources or bundle.

Note: 512 X 512 pixels icon is not required to be included in Project bundle.

It needs to be similar to your application icon.

It is to be added to iTunes Page for your app when you submit your app on iTunes.

Hope this helps you


As much you need in your project except application icon and splash screen :)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜