Added
- Added ability to initialize the SDK for the first session in delayed mode. You can start the SDK in the delayed mode by calling the
enableFirstSessionDelay
method on yourAdjustConfig
instance. To end the delay, make sure to callendFirstSessionDelay
method ofAdjust
instance. For more details about this feature, refer to the official documentation.
Pull Request #635
Note: In case you are adding Adjust SDK to your app as one of the AARs from the release page, please make sure to also add the latest version of the signature library.