I am making an iPhone game. I have all the required app sizes except the one for the Retina iPad. I figured the size of the icon for that needs to be 144×144. But I don’t know what to name it!
I tried Icon-144.png(similar to Icon-72.png) but when I run my app on the Retina iPad, it seems to use the Default.png image as an Icon. Very wierd!
Can any of you tell me what the name of the icon needs to be for the 144×144.
Thankssss
You should name it Icon@2x.png. Source
You could also try “Icon-iPad@2x.png”. Source