I am trying to upload to AppStore but I encounter an error upon uploading the .ipa file. It says 'WARNING ITMS-90901: "Missing full-screen support for the latest iPad mini display. The “AppName.app” bundle includes UIRequiresFullScreen=YES in the Info.plist or supports only a subset of UISupportedInterfaceOrientations, and is built with the 14.2 SDK. To take advantage of the full screen size, recompile with Xcode 13 and the SDK for iPadOS 15 or later."
--> I have already added UIRequiresFullScreen=YES to Info.plist and unto the mobile's extension property however it just made the upload a failureI am still looking for solution and is currently stuck on it. Would appreciate any help :)
If it helps, after upgrading the applications MABS from 7.2 to MABS 8 we no longer face this issue :)
I would like to know about this issue as well. I'm encountering this on my deployment too. How do you change the Info.plist in outsystems?
Hi Hakam, To edit the info.plist(Option 1)
1.Download package .ipa in Service Center (Factory > Applications > Distribute)
2.Rename to .zip > uncompress3.Under Payload > open info.plist(Option 2)1. You can install the Edit Plist File Plugin. You can follow the thread here https://www.outsystems.com/forums/discussion/46847/general-plugin-usage-question/for the plugin.xml file, on my forked file I edited to:
Although, the delivery has been successful in Transporter tool. I still can't see it on AppStore under the Build section. I am still stuck as of the moment as to why I could not select anything under the Build section.