Hi,
I want to Force my app to display only portrait orientation. But when I want to archive and upload it to App Store for review. An error showed up:
Invalid bundle. The “UIInterfaceOrientationPortrait” orientations were provided for the UISupportedInterfaceOrientations Info.plist key in the com.torontojiazheng.ttjzh3 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: f7a0a974-c1b4-48fa-8592-d8d4f6f144c4)
I checked Info.plist in Xcode, but can not find anywhere to fix this issue.
Please advise.
Thanks.
Oliver Tong