Yes it is on.
[[UNUserNotificationCenter currentNotificationCenter]
requestAuthorizationWithOptions:authOptions
completionHandler:^(BOOL granted, NSError * _Nullable error) {
@try {
DispatchQueue.main.asyncAfter(deadline: .now() + 1){
if (@available(iOS 14, *)) {
[ATTrackingManager requestTrackingAuthorizationWithCompletionHandler:^(ATTrackingManagerAuthorizationStatus status) {
//If you want to do something with the pop-up
}];
}
}
From other post i realized that if notifications permission is up, tracking pop up can get blocked.
Ill try this.
Topic:
App & System Services
SubTopic:
Core OS
Tags: