Post

Replies

Boosts

Views

Activity

Reply to ATT - requestTrackingAuthorization returns notDetermined without presenting the prompt on iOS 27.0 beta
Already filled by with FB24689594. It’s not a very complex issue: with an Italian Apple ID, calling ATTrackingManager.requestTrackingAuthorization() when ATTrackingManager.trackingAuthorizationStatus is notDetermined does not open the OS tracking permission popup. Just to provide some additional context: this starts working again with iOS 27.2 Beta 1.
Topic: Privacy & Security SubTopic: General Tags:
3d
Reply to ATT - requestTrackingAuthorization returns notDetermined without presenting the prompt on iOS 27.0 beta
Already filled by with FB24689594. It’s not a very complex issue: with an Italian Apple ID, calling ATTrackingManager.requestTrackingAuthorization() when ATTrackingManager.trackingAuthorizationStatus is notDetermined does not open the OS tracking permission popup. Just to provide some additional context: this starts working again with iOS 27.2 Beta 1.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
3d
Reply to ATT - requestTrackingAuthorization returns notDetermined without presenting the prompt on iOS 27.0 beta
We’re facing the same issue with our app and several others, like Instagram. This problem persists regardless of whether the app is built with Xcode 26 or Xcode 27. On simulators works.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
4d
Reply to Using of UITraitBridgedEnvironmentKey inside Backyard Birds
Moreover, I noticed that we can remove PrefersTabNavigationEnvironmentKey too The code will become: extension EnvironmentValues { var prefersTabNavigation: Bool { get { UIDevice.current.userInterfaceIdiom == .phone || UIDevice.current.userInterfaceIdiom == .tv } } }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’23