Github user zetura commented on the issue: https://github.com/apache/cordova-ios/pull/277 Still having the issue with Cordova 6.5.0 (and cordova-ios 4.3.1). I have `target-device='handset'` defined, I removed completely the ios platform and add it again, but I always get this code generated in my info.plist : ``` <key>UISupportedInterfaceOrientations~ipad</key> <array> <string>UIInterfaceOrientationPortrait</string <string>UIInterfaceOrientationPortraitUpsideDown</string> </array> ``` My app is then refused by Apple : ``` Performance - 2.4.1 â¨â¨We noticed that your app did not run at iPhone resolution when reviewed on iPad running iOS 10.2.1. â¨â¨Please see attached screenshots for details.â¨â¨ Next Stepsâ¨â¨ Please revise your app to ensure it runs and displays properly at iPhone resolution on iPad. â¨â¨Resourcesâ¨â¨ For information on iOS device screen sizes and resolutions, please see the iOS Human Interface Guidelines as well as the Points versus Pixels in the View Programming Guide for iOS.⨠``` Thanks
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org