Skip to content

Commit

Permalink
Merge pull request #74 from AppsFlyerSDK/releases/4.x.x/4.18.x/4.18.0
Browse files Browse the repository at this point in the history
AppsFlyerUnityPlugin 4.18.0
  • Loading branch information
af-fess authored Dec 12, 2018
2 parents 27638d9 + 229c65d commit 2d30d19
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Binary file removed AppsFlyerUnityPlugin_v4.17.0.unitypackage
Binary file not shown.
Binary file added AppsFlyerUnityPlugin_v4.18.0.unitypackage
Binary file not shown.
9 changes: 8 additions & 1 deletion RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release Notes

### 4.18.0
* Updated Android SDK to v4.8.18
* Updated iOS SDK to v4.8.10
* Removed the `trackEvent(string eventName,string eventValue)` API
- Use `trackRichEvent(string eventName, Dictionary<string, string> eventValues)` for event tracking.
* Fix for empty event values exception

### 4.17.0
* Updated Android SDK to v4.8.13
* Updated iOS SDK to v4.8.6
Expand Down Expand Up @@ -86,4 +93,4 @@ callbackMethod, string callbackFailedMethod);`
### 4.10.0
* Deep link support for Android & iOS
* Uninstall support for Android & iOS
* Support testing using the Unity Editor
* Support testing using the Unity Editor

0 comments on commit 2d30d19

Please sign in to comment.