Whenever I try to submit my app to the app store using Xcode 7, I get the following message from the application launcher.
Im wondering how to add a launch storyboard and if its any different then a normal storyboard. Is there a workaround to this?
If you don't want to support all orientations, just add the UIRequiresFullScreen
key & set to YES on your plist.
Or just check the "Requires Full Screen" button on your Target.