A workaround is to call the async version of the function like this:
Task {
let result = await ATTrackingManager.requestTrackingAuthorization()
// ...
}
Because it looks like they broke only the function with completion handler:
ATTrackingManager.requestTrackingAuthorization(completionHandler: { _ in })
Topic:
App Store Distribution & Marketing
SubTopic:
General
Tags: