Version 5.3.0
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 yourADJConfig
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 #756
Note: In case you are adding Adjust SDK to your app as one of the frameworks from the release page, please make sure to also add the latest version of the signature library.