SwiftiSwift
SwiftiSwift

Reputation: 8737

How can I distribute a Catalyst Application?

how can i distribute a Catalyst app? The app supports: iOS, iPadOS and macOS. What should i select in AppStore Connect for creating a new app?

Upvotes: 0

Views: 332

Answers (1)

Jake Derouin
Jake Derouin

Reputation: 395

Make sure you are using the latest version of Xcode as Apple recently changed how Mac Catalyst apps are given bundle IDs without needing separate apps in App Store Connect. When creating a new app on App Store Connect, click on "new app", and select iOS and macOS. iPadOS and watchOS apps fall under the category of iOS. enter image description here

Upvotes: 1

Related Questions