How Do I Build/Submit Apps Build with iOS 14 APIs using Xcode 11?

Viewed 1765

We are doing a round of updates for our apps and would like to go ahead and future proof them for iOS 14 as well. However, Apple isn't accepting binaries built with Xcode 12 beta yet for production (they will accept for Testflight beta testing only), and Xcode 11 doesn't have the iOS 14 SDK/frameworks that we need to build against (like AppTrackingTransparency).

It looks like there are some apps out in the store that are using the AppTrackingTransparency framework though, so I'd like to know what I'm missing.

1 Answers

try to add the AppTrackingTransparency framework of xcode 12 to xcode 11 and try the summit on the appStore again with xcode 11.

enter image description here

Related