Posts

Post marked as solved
2 Replies
4.5k Views
I've implemented Sign In with Apple in iOS app. It doesn't compile in Xcode 10 due to "Use of undeclared type 'ASAuthorizationController'" and "Use of undeclared type 'ASAuthorizationControllerDelegate'" errors. In Xcode 11 beta all goes ok, my app works in iOS 13 simulators and TestFlight, but AppStore rejects my app due to the fact that it was compiled in beta version of software. Is this a way to develop apps with specific iOS 13 features in Xcode 10 or I should wait for Xcode 11 stable release?
Posted Last updated
.