Skip to content

Commit 2d30d19

Browse files
authored
Merge pull request #74 from AppsFlyerSDK/releases/4.x.x/4.18.x/4.18.0
AppsFlyerUnityPlugin 4.18.0
2 parents 27638d9 + 229c65d commit 2d30d19

3 files changed

+8
-1
lines changed
-1.7 MB
Binary file not shown.
1.8 MB
Binary file not shown.

RELEASENOTES.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release Notes
22

3+
### 4.18.0
4+
* Updated Android SDK to v4.8.18
5+
* Updated iOS SDK to v4.8.10
6+
* Removed the `trackEvent(string eventName,string eventValue)` API
7+
- Use `trackRichEvent(string eventName, Dictionary<string, string> eventValues)` for event tracking.
8+
* Fix for empty event values exception
9+
310
### 4.17.0
411
* Updated Android SDK to v4.8.13
512
* Updated iOS SDK to v4.8.6
@@ -86,4 +93,4 @@ callbackMethod, string callbackFailedMethod);`
8693
### 4.10.0
8794
* Deep link support for Android & iOS
8895
* Uninstall support for Android & iOS
89-
* Support testing using the Unity Editor
96+
* Support testing using the Unity Editor

0 commit comments

Comments
 (0)