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

Saved Image in document directory and save path in coredata not able to fetch the image file iOS swift