Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

App Icon not shown on iPad

I am developing iPhone app. When i run the app on iPhone i can see the the icon on Home screen. But when i run the same app on iPad whitish icon appears which normally appears when the app has no icon.

I have tested my other iPhone apps they are working fine but this is causing trouble. I used Asset Catalogs to display app icons and they are perfectly adjusting in it. What could be the problem here any suggestions?

like image 612
Hassy Avatar asked Jan 23 '14 10:01

Hassy


1 Answers

I also initially started with developing the app for iPhone and then needed to add iPad icons and here where I found them:

1) go to Assets 2) find appIcon (usually on top) 3) go to attributes inspector 4) choose iPad ios swift version 5) iPad iCons holders will appear you will need to fill them

enter image description here

like image 110
Gulz Avatar answered Sep 22 '22 12:09

Gulz