l***@126.com
l***@126.com
  • 发布:2021-09-30 19:19
  • 更新:2021-12-23 13:51
  • 阅读:2728

IOS上架被拒:适配问题【UIRequiresFullScreen引起】

分类:uni-app
iOS

项目没使用到特殊插件,无支付,无推送,无地图,无聊天,无视频。仅仅是作为运营使用的工具,扫码、form表单操作等。
使用IOS在线打包,选择的传统方式。邮件收到提示信息如下:

As we recently announced, the new iPad mini introduces a new screen resolution and aspect ratio with an edge-to-edge 8.3-inch Liquid Retina display, enabling even more immersive app and game experiences. If you’re following best practices with Auto Layout and size classes, your app’s interface will dynamically adapt to the new dimensions.

However, if you’ve added UIRequiresFullScreen=YES to your app’s Info.plist in order to keep your app full screen during multitasking, you’ll need to recompile with Xcode 13 and the SDK for iPadOS 15 to take advantage of the full screen size. Test and submit your updated app in App Store Connect today.

百度翻译如下:
正如我们最近宣布的那样,新的iPad mini引入了新的屏幕分辨率和纵横比,边缘到边缘的8.3英寸液体视网膜显示屏,实现了更沉浸式的应用程序和游戏体验。如果您遵循自动布局和大小类的最佳实践,您的应用程序界面将动态适应新的尺寸。

但是,如果您在应用程序的Info.plist中添加了UIRequiresFullScreen=YES,以便在多任务处理过程中保持应用程序的全屏,则需要使用Xcode 13和iPadOS 15的SDK重新编译,以利用全屏大小。立即在app Store Connect中测试并提交更新的应用程序。

哪位大神遇到过,还请指点下如果更正

2021-09-30 19:19 负责人:无 分享
已邀请:
m***@163.com

m***@163.com - 趣酒

大佬解决了吗

有智慧的码农

有智慧的码农

我也碰到了同样的问题

1***@qq.com

1***@qq.com

我也是,最近IOS上架被拒, 具体原因:ITMS-90901:最新的iPad迷你显示屏缺少全屏支持。“HBuilder.app”捆绑包在信息中包含UIRequiresFullScreen=YES。plist或仅支持UISupportedInterfaceOrientations的一个子集,并使用14.5 SDK构建。要利用全屏大小,请使用Xcode 13和适用于iPadOS 15或更高版本的SDK重新编译。 @DCloud_heavensoft

有智慧的码农

有智慧的码农

看来这个问题很严重啊,uniapp官方应该要解决下吧

7***@qq.com

7***@qq.com

请问这个问题解决了吗?

该问题目前已经被锁定, 无法添加新回复