Default screens

If your app only supports landscapeRight and landscapeLeft orientation, do you need to include the portrait Default screens such as Default-Portrait-1366@2x.png?

I’m referring to the Corona documentation here:
https://docs.coronalabs.com/guide/distribution/buildSettings/index.html#launchimage

Thanks!

The answer is no.

I got my answer and some other interesting insights on the Corona Devs Facebook group:

https://www.facebook.com/groups/310088005728833/permalink/1286215001449457/?comment_id=1286271304777160&reply_comment_id=1286280844776206&notif_t=group_comment&notif_id=1481670049414342

Make sure that on the iPhone 6/7 and the iPhone 6/7 plus that you’re actually getting the full resolution. If the Default-667h@2x.png file isn’t included and in the build.settings, the iPhone 6/7 will result to iPhone 5 mode. I think the 6/7 plus needs the Default-773@3x.png (I think that’s the name) to avoid getting into the iPhone 5 mode.

Rob

The answer is no.

I got my answer and some other interesting insights on the Corona Devs Facebook group:

https://www.facebook.com/groups/310088005728833/permalink/1286215001449457/?comment_id=1286271304777160&reply_comment_id=1286280844776206&notif_t=group_comment&notif_id=1481670049414342

Make sure that on the iPhone 6/7 and the iPhone 6/7 plus that you’re actually getting the full resolution. If the Default-667h@2x.png file isn’t included and in the build.settings, the iPhone 6/7 will result to iPhone 5 mode. I think the 6/7 plus needs the Default-773@3x.png (I think that’s the name) to avoid getting into the iPhone 5 mode.

Rob