-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from adjust/v4140
Version 4.14.0
- Loading branch information
Showing
110 changed files
with
5,276 additions
and
264 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
### Version 4.14.0 (18th June 2018) | ||
#### Added | ||
- Added deep link caching in case `appWillOpenUrl` method is called natively before SDK is initialised. | ||
|
||
#### Changed | ||
- Updated the way how iOS native bridge handles push tokens from Unity interface - they are now being passed directly as strings to native iOS SDK. | ||
|
||
#### Native SDKs | ||
- [[email protected]][ios_sdk_v4.14.1] | ||
- [[email protected]][android_sdk_v4.14.0] | ||
|
||
--- | ||
|
||
### Version 4.13.0 (23rd May 2018) | ||
#### Added | ||
- Added `gdprForgetMe` method to `Adjsut` interface to enable possibility for user to be forgotten in accordance with GDPR law. | ||
|
@@ -353,6 +366,7 @@ | |
[ios_sdk_v4.12.1]: https://github.com/adjust/ios_sdk/tree/v4.12.1 | ||
[ios_sdk_v4.12.3]: https://github.com/adjust/ios_sdk/tree/v4.12.3 | ||
[ios_sdk_v4.13.0]: https://github.com/adjust/ios_sdk/tree/v4.13.0 | ||
[ios_sdk_v4.14.1]: https://github.com/adjust/ios_sdk/tree/v4.14.1 | ||
|
||
[android_sdk_v2.1.3]: https://github.com/adjust/android_sdk/tree/v2.1.3 | ||
[android_sdk_v2.1.4]: https://github.com/adjust/android_sdk/tree/v2.1.4 | ||
|
@@ -370,3 +384,4 @@ | |
[android_sdk_v4.12.1]: https://github.com/adjust/android_sdk/tree/v4.12.1 | ||
[android_sdk_v4.12.4]: https://github.com/adjust/android_sdk/tree/v4.12.4 | ||
[android_sdk_v4.13.0]: https://github.com/adjust/android_sdk/tree/v4.13.0 | ||
[android_sdk_v4.14.0]: https://github.com/adjust/android_sdk/tree/v4.14.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.13.0 | ||
4.14.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
package com.adjust.sdk { | ||
public class AdjustTestOptions { | ||
public var teardown:Boolean = false; | ||
public var hasContext:Boolean = false; | ||
public var noBackoffWait:Boolean = false; | ||
public var tryInstallReferrer:Boolean = false; | ||
public var useTestConnectionOptions:Boolean = false; | ||
|
||
public var baseUrl:String = null; | ||
public var gdprUrl:String = null; | ||
public var basePath:String = null; | ||
public var gdprPath:String = null; | ||
public var timerStartInMilliseconds:String = null; | ||
public var timerIntervalInMilliseconds:String = null; | ||
public var sessionIntervalInMilliseconds:String = null; | ||
public var subsessionIntervalInMilliseconds:String = null; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule sdk
updated
41 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.