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
SEConfig seConfig = new SEConfig();
seConfig.attAuthorizationWaitingInterval = 120; // Wait for up to 120 seconds
SolarEngine.Analytics.initSeSdk(AppKey, seConfig);
Note:
This function applies to iOS only.