Skip to content

Commit

Permalink
Merge branch 'releases/4.x.x/4.17.x/4.17.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
af-fess committed Jul 22, 2018
2 parents 010121f + bb8cd48 commit 27638d9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
Binary file removed AppsFlyerUnityPlugin_v4.16.4.unitypackage
Binary file not shown.
Binary file added AppsFlyerUnityPlugin_v4.17.0.unitypackage
Binary file not shown.
17 changes: 17 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Release Notes

### 4.17.0
* Updated Android SDK to v4.8.13
* Updated iOS SDK to v4.8.6
* `setPreinstallAttribution(string MediaSource, string Campaign, string Site_Id);` API for Android.
*`setMinTimeBetweenSessions(int seconds)` API for Android and iOS

* Cross Promotion and User Invite APIs:

`setAppInviteOneLinkID(string OneLinkID);`

`generateUserInviteLink(Dictionary<string,string> parameters, string callbackObject, string
callbackMethod, string callbackFailedMethod);`

`trackCrossPromoteImpression(string promotedAppID, string campaign);`

`trackAndOpenStore(string promotedAppID, string campaign, Dictionary<string,string> customParams);`

### 4.16.4
* Upated Android SDK to v4.8.11
* Updated iOS SDK to v4.8.4
Expand Down

0 comments on commit 27638d9

Please sign in to comment.