I know that when your create an iPhone icon it is automatically cropped to the right shape and adds a reflection. Is this also automaticly done with my 512x512 in iTunes or do I need to get it into the right shape? If I do is there a template I can follow?
|
|
|
The 512 x 512 image will be resized to the correct size wherever it is used in the store. iTunes also adds the rounded edges and the gloss and reflection as well. If you want to have a "pre-rendered" icon (meaning no gloss is added), add this as an entry to your .plist file:
There's also a series of icons in your application. Here's what I have set in my applications (these are also in your .plist file):
For reference...
So Apple does a lot for you in the iTunes store, but you still have to make a bunch for in your app. I usually start by creating a 512x512 and resize down from there and make adjustments in the little guys as needed. |
|||
|
|
The 512 icon needs to be uploaded in iTunes Connect. As for your app, you will need the following icon sizes when submitting to Apple:
If you use Xcode to validate your project, it will tell you what icon sizes are required if they are missing form your project, thats my best recommendation. Also, you should read over the iTunes Connect Developer Guide, specifically page 12. |
||||
|
|
|
You need to have the size 512x512, else apple will reject it. Reflection is not nesscary. It will add automatically. You can google around for the template. Here is one of them. http://blog.cocoia.com/2010/iphone-ipad-icon-psd-template/ |
|||
|
|
|
As for the reflection on your icon, this can be removed by adding the option I would create a 512 x 512 icon in your favorite graphics editor, then save a copy scaling down to one of the respective sizes in my first answer. When editing your icon, you do not have to add the "reflection" effect, if you want this, then uncheck the above option. |
|||
|
|
|
Just an extra note from the iOS dev website: For iPad apps, you will need to include small icons in your binary that are 72 x 72 and 50 x 50. iPhone OS trims 1 pixel from each side of your artwork and adds a drop shadow. Be sure to take this into account as you design your icons. |
|||
|
|