When I submit my app to App Store i get following message
Invalid Bundle Error - “requires launch story board”
But this can be easily solved by adding following key in info.plist
<key>UIRequiresFullScreen</key>
<true/>
This will be a quick fix.
But how can I make my app compatible with iOS9 multitasking.