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
Added ability to delay SDK start in order to wait for an answer to the ATT dialog. You can set the number of seconds to wait (capped internally to 120) by calling the setAttConsentWaitingInterval: method of the ADJConfig instance.
Added support for purchase verification. In case you are using this feature, you can now use it by calling verifyPurchase:completionHandler: method of the Adjust instance.
Added support for setting a new China URL Strategy. You can choose this setting by calling setUrlStrategy: method of ADJConfig instance with ADJUrlStrategyCn parameter.
Added support to convertUniversalLink:scheme: method to be able to parse data residency universal links.