user2938251
user2938251

Reputation:

Multi image's resolution development with iOS

I am a beginner in iOS development, and I want to develop a universal iOS app (IPhone3 & 4 & 5, iPade 1 & 2 & 3 & 4, iPad Mini). After several researches on Internet, I found the following results:

results of the my search

My questions are:

1- Are my results true?

2- Do I need the three image's resolution(because we have 3 aspect ratio) to developp one app for the different iOS devices?

Thanks

Upvotes: 0

Views: 108

Answers (1)

Buntylm
Buntylm

Reputation: 7373

1

Yes, Its true. You can find more details from Icon and Image Sizes porvided by Apple.

2

Yes, Mainly we required these three type of Images also depends on your iOS project.

Icon and Image Sizes, App Icon and Launch Images.

And also please review this iOS Resolution Quick Reference.

And as per you comment you can find the Icon resolution information for android from Android Developer portal. And for window you can find from Window Developer portal (Differ for window phone 7 and window phone 8). or for you more information when we create a project for Window Phone this will give you sample images you can replace according to there and you requirements.

Upvotes: 1

Related Questions