You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pass the AppTrackingTransparency authorization status to Branch to measure ATT prompt performance.
688
+
This method should be called from the callback of ATTrackingManager.requestTrackingAuthorization.
689
+
690
+
Note:
691
+
Before prompting the user, check that ATTrackingManager.trackingAuthorizationStatus is notDetermined.
692
+
Otherwise the prompt will not display and the completion will be called with current status. This will inflate the number of events shown in the Branch Dashboard.
693
+
*/
694
+
- (void)handleOptInStatus:(unsignedlong)status;
695
+
686
696
/**
687
697
Set time window for SKAdNetwork callouts. By default, Branch limits calls to SKAdNetwork to within 24 hours after first install.
0 commit comments