dopcn
dopcn

Reputation: 4218

What happen when I add iPhone 6+ launch image but without @3x icon image?

I tried to add iPhone 6+ launch image to project but without @3x icon images in xcode 6.1 iOS 8. Actually it seems work fine to me.

Does that mean the scaled @2x image is used on iPhone 6+ if without @3x in image asset?

and is it true app without 3x image will be rejected?

Upvotes: 1

Views: 137

Answers (1)

nicael
nicael

Reputation: 19005

Yes, @2x scaled will be used (as you can see by running in simulator or on your device). But remember that adding @3x icon required to distribute your app to the App Store.

Upvotes: 1

Related Questions