I have a Cordova (6.5.0) app that uses a single-image launch screen called Default@2x~universal~anyany.png
, as per the documentation. That application is targeting iOS 7.1.
When I upload to the store, I get an ITMS-90096
error (Your binary is not optimised for iPhone 5) as can be seen in another stackoverflow question.
When targeting iOS 8.0 or above, the error disappear.
How can I get this to work using Cordova? I would like to continue targeting iOS 7.1+ and yet be able to use a Launch storyboard image so that I can benefit from multitasking (split view) on devices that support it.