1

Whenever I try to submit my app to the app store using Xcode 7, I get the following message from the application launcher. enter image description here

Im wondering how to add a launch storyboard and if its any different then a normal storyboard. Is there a workaround to this?

TheM00s3
  • 3,677
  • 4
  • 31
  • 65

1 Answers1

1

If you don't want to support all orientations, just add the UIRequiresFullScreen key & set to YES on your plist.

enter image description here

Or just check the "Requires Full Screen" button on your Target. enter image description here

Tommy Devoy
  • 13,441
  • 3
  • 48
  • 75
  • 1
    If your app doesn't support multitasking, you have to set UIRequiresFullScreen even though all orientations are ticked. – Tim Feb 11 '16 at 05:50
  • what the heck is that ?! are we forced to support multitasking !? why apple is doing this when the upload process is already complex enough ! – MBH Jul 18 '17 at 11:56