How to disable iOS9 multitasking through Ionic/Cordova?

Hello,

When I was trying to submit my app to the app store via Xcode 7, I got an error like this:

ERROR ITMS-90475: “Invalid Bundle. iPad Multitasking support requires launch story board in bundle ‘com.companyname.appname.’”

I found the answer in this Stackoverflow question: http://stackoverflow.com/questions/32557783/invalid-bundle-error

I followed the answer from that Stackoverflow question and was able to submit to the iTunes Store. But I’m wondering, is there a way to do this through the Ionic config.xml or some Cordova plugin/feature?

3 Likes

I just use this cordova plugin. Probably not the best solution but it works

1 Like

3 Likes