Skip to content

Commit 6e39812

Browse files
committed
AppsFlyerUnityPlugin 4.18.0
* Updated Android SDK to v4.8.18 * Updated iOS SDK to v4.8.10 * Deprecated the `trackEvent(string eventName,string eventValue)` API - Use `trackRichEvent(string eventName, Dictionary<string, string> eventValues)` for event tracking. * Fix for empty event values exception
1 parent bb8cd48 commit 6e39812

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed
-1.7 MB
Binary file not shown.
5.53 KB
Binary file not shown.

RELEASENOTES.md

Lines changed: 7 additions & 0 deletions
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+
* Deprecated 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

0 commit comments

Comments
 (0)