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
Ooohhh This can work 100% Just Go On TARGETS (your App), General, Status Bar Style then Check Requires full screenSee scr shot
This is because you need to specify how your app is supposed to handle multitasking on iPad.
If you don't want to handle multitasking right now, you can simply disable it by going to the "General" tab of your target:
If you are using Cordova, you might want to use the cordova-ios-requires-fullscreen plugin (see How to disable iOS9 multitasking through Ionic/Cordova?)
Update: you can also use the cordova-plugin-ipad-multitasking, which seems to also prevent another issue (ITMS-90474)
Update: this should now be fixed using Cordova tools 5.4 without the need for these plugins.