提问者:小点点

更新到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需要做什么? 我使用的是Xcode11.5,我的构建目标是10.x。


共1个答案

匿名用户

除非您在Xcode11.5中安装了以前的SDK,否则您使用的是iOS 13 SDK。 我认为您得到这个消息是由于另一个要求:使用故事板提供应用程序的启动屏幕。