Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Icon file names iOS 7

Tags:

iphone

ios7

How do I have to name the Icon files for Xcode 5? It gives always errors that de app is not on the top level, it is really frustrating. Can someone give me the filenames that you have to use for every resolution?

like image 336
Stylo Avatar asked Sep 06 '13 17:09

Stylo


People also ask

What file type are app icons?

The design you provide should follow the Android Adaptive Icon Guidelines for launcher icons. Use png files. Use the android.

What is app icon name?

App Icon Name- The App Icon Name refers to the name that appears under the app icon on a user's phone. In the image below, the text 360 Blue under the icon is where the information you enter in the App Icon Name field displays. The App Icon Name can be no more than 11 characters including spaces.

What are app icons?

App icon badges are a commonly used feature on many mobile devices. The badges appear as small dots over the logo of an app on a user's home screen and can be designed in a wide range of eye-catching colors. Fully supported by Apple and Android devices, app icon badges are easily accessible to a wide range of users.


4 Answers

icon file name and size for ios 7 compatible app as below (iPhone)

Icon.png - 57*57

[email protected] - 114*114

Icon-Small.png - 29*29

[email protected] - 58*58

Icon-40.png - 40*40

[email protected] - 80*80

[email protected] - 120*120

Icon-76.png - 76 x 76

[email protected] 152 x 152

(EDIT: corrected names of 120 & 40 sizes, and added 76 + 152)

like image 75
Chris Alan Avatar answered Sep 29 '22 08:09

Chris Alan


Asset Catalog is the best thing for setting application icons... It removes the need to follow naming conventions when you are adding or updating your app icons...

You can use this for setting splash screens & application icons..

In Xcode 5 you can find this options..

1- In the project navigator, select your target.

2- Select the General pane, and scroll to the App Icons section.

enter image description here

enter image description here

like image 44
Nilesh Patel Avatar answered Sep 29 '22 07:09

Nilesh Patel


It really doesn't matter how you name them. If you're using the new catalog feature, you can just drag the icons into each slot.

I've named them in different ways and it hasn't mattered. Ex. app_icon_72.png, app_icon_144.png or [email protected].

like image 5
Maximus Vermillion Avatar answered Sep 29 '22 07:09

Maximus Vermillion


Please refer this url, you will get good idea about application icons naming convention http://developer.apple.com/library/ios/#qa/qa1686/_index.html

like image 3
GSD Avatar answered Sep 29 '22 08:09

GSD