Invalid bundle error while upload the app to the app Store

Problem: 

Invalid bundle. The “UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight,UIInterfaceOrientationPortrait” orientations were provided for the UISupportedInterfaceOrientations Info.plist key in the com.myapp bundle, but you need to include all of the “UIInterfaceOrientationPortrait,UIInterfaceOrientationPortraitUpsideDown,UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight” orientations to support iPad multitasking. For details, visit: https://developer.apple.com/documentation/bundleresources/information_property_list/uisupportedinterfaceorientations. (ID: something)


Solution:






In the above image you have to check the full screen option enabled.If not then enable and upload it will works.


Comments

Popular posts from this blog

store cgpoint in userdefaults iOS swift