7

We have an app for iPhone only, but often users install it on their iPads. With iOS7 and the asset groups, it no longer respects our new iPad icon image sizes (76px and 152px). If we don't use asset groups and have our old icons (72px), it will load them, but they clearly look scaled. If we rename our 76px to Icon-72 and Icon-72@2x, the same problem happens.

Is there a proper way to get iOS 7 sized iPad icons in an iPhone only app?

Thanks!

RealCasually
  • 3,441
  • 3
  • 23
  • 32

2 Answers2

14

Took me a while to work this one out, as I was having the same issue.

If you highlight your AppIcon Asset group when looking at it in Xcode, you can add additional fields to it by opening the inspector (right hand pane) and clicking the checkboxes on what you want. Then you can drag in your icons and have them work properly.

Chris
  • 743
  • 2
  • 8
  • 22
7

Here the guidelines iOS for all icons and the new guidelines for iOS 7 here.

and Here a website to create all size of your icons for iOS 6, 7 and Android with the 1024*1024.

Add the different keys of your icon in your info.plist and add the icons in your resources :

enter image description here

enter image description here

Jordan Montel
  • 8,209
  • 2
  • 33
  • 40