View Full Version : Change the Icon of application
rupesh.swami
Apr 1, 2009, 07:38 AM
hi all,
i am new to iPhone programming
how can i change the default icon of the application?
NickFalk
Apr 1, 2009, 07:50 AM
Create a 57x57 pixel png-file*, name it icon.png and move it to your [virtual] resources folder in X-code.
*If you plan to release your program in the App-store you better make it 512x512 pixels and the downscale it, as Apple require a 512 pixel version for advertisement purposes.
blackmesa
Apr 1, 2009, 07:59 AM
Also be sure to complete the icon information in info.plist...
rupesh.swami
Apr 1, 2009, 08:01 AM
Create a 57x57 pixel png-file*, name it icon.png and move it to your [virtual] resources folder in X-code.
*If you plan to release your program in the App-store you better make it 512x512 pixels and the downscale it, as Apple require a 512 pixel version for advertisement purposes.
sir,
Thank you very much
blackmesa
Apr 1, 2009, 08:06 AM
sir,
what to you mean by Virtual resourse folder? Xcode only show resource folder
That's the folder in which you should put your icon.png icon.
rupesh.swami
Apr 1, 2009, 08:13 AM
Also be sure to complete the icon information in info.plist...
sir,
Thank you very much
dejo
Apr 1, 2009, 10:42 AM
Also be sure to complete the icon information in info.plist...
Or not. If you have an Icon.png file in your Resources group, that will be used by default.
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.