Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS 7: Proper iPad icons for iPhone app?

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!

like image 403
RealCasually Avatar asked Oct 11 '13 07:10

RealCasually


People also ask

Do App Icons have to be the right size for iOS?

As long as you follow the app icon dimensions for iOS, you’re sure to have the right mobile application icon size for the App Store. Here’s what you need to know: Apple App Store icons must adhere to strict pixel guidelines to ensure they’re displayed properly across the company’s many different devices.

What is the best way to manage the icons in iOS?

[email protected] Messages app management screen, message bubble branding on iPhone with retina HD display Asset catalogs are the preferred way to manage your application's icons. New projects are configured to use asset catalogs by default.

Do I need to include images for the iPad-specific icons?

Note: You should include images for the iPad-specific icons even if the application is not a universal app. If available, they will be used when the application is installed on an iPad. Table 1 iPhone-only application icon requirements. Optional but recommended Optional but recommended Optional but recommended Optional but recommended

How are icons specified on the iOS device?

As of iOS 5.0, icons are specified by including the CFBundleIcons key. Older applications may have previously specified their icons by including the CFBundleIconFiles key.


2 Answers

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.

like image 65
Chris Avatar answered Oct 14 '22 07:10

Chris


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

like image 22
Jordan Montel Avatar answered Oct 14 '22 07:10

Jordan Montel