iOS Resolutions iPhone and iPad
Hey folks,
I know this sort of a quesiton gets asked a lot but I've read a lot of answers and none of them quite answer my problem.
I'm setting up a game project and I'd like to support:
iPhone 5 and upward. iPad (all)
So I've got quite a lot of confusion around the Resolution of the devices and the logical resolution. Some answers to my question give recommended dimensions which are the Resolution of certain devices and others give the logical resolution.
What I want to do is request two image sizes from my artists and then allow the devices to scale down.
So if I want to support iPads that have a 3:4 aspect ratio. Should my target resolution be:
2048x2732 (Resolution) 1024x1366 (Logical Resolution)
And similarly for iPhones with a 9:16 aspect ratio. Should ym target resolution be:
1242x2208 (Resolution) 414x736 (Logical Resolution)
The iPhone is actually a bit more confusing because I've read that the resolution actually gets scaled down to 1920x1080 so perhaps I should be targetting that?