Post

Replies

Boosts

Views

Activity

Reply to ATT bug, don't wait for user
I'm also getting spammed with main thread warnings when I call func sceneDidBecomeActive(_ scene: UIScene) { Task { [weak self] in guard let self else { return } await ATTrackingManager.requestTrackingAuthorization() } } {"message":"This code path does I/O on the main thread underneath that can lead to UI responsiveness issues. Consider ways to optimize this code path","antipattern trigger":"-[NSData dataWithContentsOfFile:options:error:]","message type":"suppressable","show in console":"0"}
May ’24