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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
### Version 5.4.0 (2nd May 2025)
2
+
#### Added
3
+
- Added support for configuring store information via the `ADJStoreInfo` object. You can now specify the store name and store app ID using `setStoreInfo` method on your `ADJConfig` instance. This enables the SDK to record the intended app store source during initialization.
4
+
5
+
---
6
+
1
7
### Version 5.3.0 (16th April 2025)
2
8
#### Added
3
9
- 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 your `ADJConfig` instance. To end the delay, make sure to call `endFirstSessionDelay` method of `Adjust` instance. For more details about this feature, refer to the [official documentation](https://dev.adjust.com/en/sdk/ios/features/first-session-delay).
0 commit comments