Added
- Added support for configuring store information via the
AdjustStoreInfo
object. You can now specify the store name and store app ID viasetStoreInfo
method on yourAdjustConfig
instance. This enables the SDK to record the intended app store source during initialization. For more details about this feature, refer to the official documentation. - 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. - Added ability to send organic search referrer together with deep link. You can send it via
setReferrer
method of theAdjustDeeplink
instance. For more details about this feature, refer to the official documentation. - Added ability to disable SDK's interaction with
AppTrackingTransparency.framework
API. You can disable it by calling thedisableAppTrackingTransparencyUsage
method on yourAdjustConfig
instance. For more details about this feature, refer to the official documentation.
Native versions:
[email protected]
[email protected]
Pull Request #270