Menu

Set ATT Authorization Waiting

If your app participates in attribution, you should set the ATT authorization waiting. During this time interval, the SDK will wait for the user to authorize ATT and obtain the IDFA before reporting the Install event, thereby increasing attribution accuracy. If the user has not authorized within the ATT authorization waiting interval, the SDK will still report the event, but the event will not include the IDFA field.

Sample Code

  let config:se_initial_config = {
    ...
    ios:{
        ...
        attAuthorizationWaitingInterval:60,       
        ...
    }
     ...
  };


Note:

       This method only applies to iOS.

Previous
Optional Features
Next
Obtain distinct_id
Last modified: 2024-11-26Powered by