I keep getting this error when I try to submit my app to the store using Xcode:
ERROR ITMS-90475: \"Invalid Bundle. iPad Multitasking support requires laun
IF you ONLY want to set RequiresFullScreen For iPhone, and support iPad Multitasking, try this:
UILaunchStoryboardName~ipad
LaunchScreenIPad.storyboard
UIRequiresFullScreen
UIRequiresFullScreen~ipad
LaunchScreenIPad.storyboard
is the name of LaunchScreen for iPad.
iPhone will still use Launch Images Source
pictures.
Apple Document Ref: Creating Platform- and Device-Specific Keys