Posts

Post marked as solved
1 Replies
0 Views
Finally I found the source of my problem. I accidentally called ATTrackingManager.requestTrackingAuthorization twice. The first time I called while the app was not in an active state. It seems, if the first call is made outside active state, any other calls will no longer show the popup.