Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 06-30-2010, 10:53 PM   #1 (permalink)
Lead Designer
 
Robert's Avatar
 
Join Date: May 2010
Location: Los Angeles
Posts: 100
Robert is on a distinguished road
Question Icon Sizes 57px, 114px, 512px, 100px?

Just completed my 57px Icon! whew what a mission.

114px for the retina - no prob!

512px Done!

But I read through all the paperwork and it mentions a 100px one... Is this only for iPad? or do they need one for iPhone too?

Im confued as to what they use for the iTunes preview one?
Its 100px right? Does apple scale any of your icons for anything?

Thanks! Last steps in the works! then you can all break your fingers on the fastest puzzle game ever devised

as always I truly appreciate the help!
Robert is offline   Reply With Quote
Old 07-01-2010, 12:35 AM   #2 (permalink)
Registered Member
 
Join Date: May 2010
Posts: 107
JDave is on a distinguished road
Default

What document are you referring to that mentions a 100 x 100 px icon?

I have gone by this listing:
Link to Apple developer HIG
JDave is offline   Reply With Quote
Old 07-01-2010, 03:01 AM   #3 (permalink)
Registered Member
 
Ice_2k's Avatar
 
Join Date: Apr 2010
Location: Bucharest, Romania
Posts: 148
Ice_2k is on a distinguished road
Default

The iPad icon is 72x72
Ice_2k is offline   Reply With Quote
Old 07-01-2010, 04:19 PM   #4 (permalink)
Lead Designer
 
Robert's Avatar
 
Join Date: May 2010
Location: Los Angeles
Posts: 100
Robert is on a distinguished road
Default

Now I cant find where I saw it mention the 100px image but I think it was in reference to ipad, Ill hunt it down.

But just curious, what image does itunes use on their online page for an app description?

btw, thanks for that link, It was very helpful!
Robert is offline   Reply With Quote
Old 07-01-2010, 05:13 PM   #5 (permalink)
Registered Member
 
Join Date: Feb 2009
Posts: 202
not_too_shabby is on a distinguished road
Default

what's the dpi of the iphone 4 icon that is 114 x 114? Is it still the 160 dpi?
not_too_shabby is offline   Reply With Quote
Old 07-01-2010, 08:08 PM   #6 (permalink)
Registered Member
 
Join Date: Feb 2010
Posts: 226
mlfarrell is on a distinguished road
Default

Quote:
Originally Posted by Robert View Post
Now I cant find where I saw it mention the 100px image but I think it was in reference to ipad, Ill hunt it down.

But just curious, what image does itunes use on their online page for an app description?

btw, thanks for that link, It was very helpful!
openfeint needs 100x100
__________________


http://vertostudio.com/
mlfarrell is offline   Reply With Quote
Old 07-25-2010, 12:40 PM   #7 (permalink)
Registered Member
 
Join Date: Aug 2009
Posts: 361
pofak is on a distinguished road
Default

How do I include all three 57, 114, and 72 icons (or at least both 57 and 114) in one project in xCode so the right one is displayed based on the device?
pofak is offline   Reply With Quote
Old 07-25-2010, 12:41 PM   #8 (permalink)
Registered Member
 
Ice_2k's Avatar
 
Join Date: Apr 2010
Location: Bucharest, Romania
Posts: 148
Ice_2k is on a distinguished road
Default

Include both images in the project (the 57x57 as icon.png and the 114x114 as icon@2x.png), that's it.
Ice_2k is offline   Reply With Quote
Old 07-25-2010, 12:49 PM   #9 (permalink)
Registered Member
 
Join Date: Aug 2009
Posts: 361
pofak is on a distinguished road
Default

That was quick. Thanks.

Is it a good idea to update an app just to add the 114 icon?
pofak is offline   Reply With Quote
Old 07-25-2010, 12:52 PM   #10 (permalink)
Registered Member
 
Ice_2k's Avatar
 
Join Date: Apr 2010
Location: Bucharest, Romania
Posts: 148
Ice_2k is on a distinguished road
Default

You should check how your icon looks like on an iPhone4. Considering the screen is the same size, the 57x57 shouldn't look that bad. I would test on iPhone4 if I were you.
Ice_2k is offline   Reply With Quote
Old 07-25-2010, 02:28 PM   #11 (permalink)
Registered Member
 
Join Date: Jul 2010
Posts: 14
HopeMedia is on a distinguished road
Default icon views

how can you add a app to an iphone to test it before submitting it to the app store?
HopeMedia is offline   Reply With Quote
Old 07-25-2010, 02:30 PM   #12 (permalink)
Registered Member
 
Ice_2k's Avatar
 
Join Date: Apr 2010
Location: Bucharest, Romania
Posts: 148
Ice_2k is on a distinguished road
Default

Ad-hoc distribution
Ice_2k is offline   Reply With Quote
Old 07-25-2010, 03:41 PM   #13 (permalink)
Registered Member
 
CambridgeCoders's Avatar
 
Join Date: Jul 2010
Location: Cambridge, UK
Posts: 73
CambridgeCoders is on a distinguished road
Default

Hi,

Quote:
Originally Posted by Robert View Post
But just curious, what image does itunes use on their online page for an app description?
This is the 512x512 iTunesArtwork icon.

Best regards,
__________________
Andy, Cambridge Coders Limited, www.cambridgecoders.com
Calcuccino - scientific calculator for the iPhone
CambridgeCoders is offline   Reply With Quote
Old 07-25-2010, 10:35 PM   #14 (permalink)
Registered Member
 
Join Date: May 2009
Posts: 68
softak is on a distinguished road
Default

Quote:
Originally Posted by pofak View Post
That was quick. Thanks.

Is it a good idea to update an app just to add the 114 icon?
Add CFBundleIconFiles into your plist file to have all 3 icon's sizes in app.
softak is offline   Reply With Quote
Old 08-05-2010, 06:04 PM   #15 (permalink)
Registered Member
 
Join Date: Aug 2009
Posts: 361
pofak is on a distinguished road
Default

Quote:
Originally Posted by softak View Post
Add CFBundleIconFiles into your plist file to have all 3 icon's sizes in app.
I assume I can use any name I want if I use CFBundleIconFiles. I don't have to use @2x syntax, right?
pofak is offline   Reply With Quote
Old 08-05-2010, 06:11 PM   #16 (permalink)
Fly-by-night Innovator
 
Join Date: Jun 2010
Posts: 364
musicwind95 is on a distinguished road
Default

I can't find it in the docs right now, but I believe you have to follow the @2x syntax with CFBundleIconFiles. Doesn't hurt anyway, since UIImage is completely designed to support that syntax.
musicwind95 is offline   Reply With Quote
Old 08-05-2010, 06:17 PM   #17 (permalink)
Registered Member
 
Join Date: Aug 2009
Posts: 361
pofak is on a distinguished road
Default

Quote:
Originally Posted by musicwind95 View Post
I can't find it in the docs right now, but I believe you have to follow the @2x syntax with CFBundleIconFiles. Doesn't hurt anyway, since UIImage is completely designed to support that syntax.
Thanks and you are absolutely right. I will name it @2x and include it in CFBundleIconFiles to be sure.
pofak is offline   Reply With Quote
Old 08-05-2010, 06:25 PM   #18 (permalink)
Registered Member
 
Join Date: May 2009
Posts: 68
softak is on a distinguished road
Default

Quote:
Originally Posted by pofak View Post
I assume I can use any name I want if I use CFBundleIconFiles. I don't have to use @2x syntax, right?
Yes, any name.
softak is offline   Reply With Quote
Old 08-05-2010, 06:28 PM   #19 (permalink)
Registered Member
 
Join Date: May 2009
Posts: 68
softak is on a distinguished road
Default

Quote:
Originally Posted by musicwind95 View Post
I can't find it in the docs right now, but I believe you have to follow the @2x syntax with CFBundleIconFiles. Doesn't hurt anyway, since UIImage is completely designed to support that syntax.
No, documentation says, that it could have any name *.png and
CFBundleIconFiles is array of icon names.
I am using icon57.png, icon72.png and so on.
softak is offline   Reply With Quote
Old 09-01-2010, 04:39 PM   #20 (permalink)
Registered Member
 
Join Date: Jan 2010
Location: Atlanta, GA
Posts: 3
bertx2 is on a distinguished road
Default Here was a good article on sizes to create/include

http://www.weston-fl.com/blog/?p=840

It's written for graphic designers hired by developers, but it's fairly inclusive. I did as instructed on our new app and it seems to have done the trick.
bertx2 is offline   Reply With Quote
Reply

Bookmarks

Tags
app submission, icons, images, itunes, scaling

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 330
7 members and 323 guests
anothermine, Chickenrig, Domele, givensur, michaelhansen, PixelInteractive, Sloshmonster
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,657
Threads: 94,118
Posts: 402,892
Top Poster: BrianSlick (7,990)
Welcome to our newest member, jenniead38
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 12:24 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0