Apple's App Requirements

What exactly does this mean:

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.

[quote=481447:@Richard Albrecht]What exactly does this mean:

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.[/quote]
Both of those are true as of 2019r3.

Each year, Apple releases a new SDK with the new version of iOS, so they want you using that. We needed to update just to get dark mode working.

Storyboards are instead of Launch Images.

So how do we create storyboards? Or do we if we have an app in the store now?

Add a LaunchScreen from the menu to your project. Put static stuff in it.

Existing apps are fine.

You don’t. The IDE does that for you.