首页 > 解决方案 > 更新到 iOS sdk 13

问题描述

我刚从https://developer.apple.com/news/?id=03262020b收到这条消息。


Deadline for App Updates Has Been Extended
March 26, 2020

We greatly value the worldwide developer community, and appreciate your commitment to making a difference in people’s lives through the power of technology. To accommodate developers who may need additional time to update their existing apps on the App Store, the deadline for adhering to the requirements below has been extended to June 30, 2020.

Apps for iPhone or iPad must be built with the iOS 13 SDK or later and use an Xcode storyboard to provide the app’s launch screen.

iPhone apps must support all iPhone screens and all iPad apps must support all iPad screens.

Apps for Apple Watch must be built with the watchOS 6 SDK or later.

Apps that authenticate or set up user accounts must support Sign in with Apple if required by guideline 4.8 of the App Store Review Guidelines.

Apps in the Kids category must be in full compliance with guideline 1.3 and guideline 5.1.4. of the App Store Review Guidelines.

Apps using HTML 5 must be in full compliance with guideline 4.7 sections 4, 5, and 6 of the App Store Review Guidelines.

我目前正在使用 react-native 0.59 来生成我的 iOS 和 android 代码。我需要做什么才能升级到 iOS 13 sdk?我正在使用 Xcode 11.5 并将我的构建定位到 10.x。

标签: iosxcodereact-native

解决方案


除非您在 Xcode 11.5 中安装了以前的 SDK,否则您使用的是 iOS 13 SDK。我认为您收到此消息是由于其他要求:使用情节提要提供应用程序的启动屏幕。


推荐阅读