-
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 #53 from adjust/v4211
Version 4.21.1
- Loading branch information
Showing
14 changed files
with
14 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
### Version 4.21.1 (4th May 2020) | ||
#### Fixed | ||
- Removed iAd timer from iOS native SDK. | ||
|
||
#### Native SDKs | ||
- [[email protected]][ios_sdk_v4.21.3] | ||
- [[email protected]][android_sdk_v4.21.1] | ||
|
||
--- | ||
|
||
### Version 4.21.0 (10th April 2020) | ||
#### Added | ||
- Added support for Huawei App Gallery install referrer. | ||
|
@@ -441,6 +451,7 @@ | |
[ios_sdk_v4.17.1]: https://github.com/adjust/ios_sdk/tree/v4.17.1 | ||
[ios_sdk_v4.18.3]: https://github.com/adjust/ios_sdk/tree/v4.18.3 | ||
[ios_sdk_v4.21.1]: https://github.com/adjust/ios_sdk/tree/v4.21.1 | ||
[ios_sdk_v4.21.3]: https://github.com/adjust/ios_sdk/tree/v4.21.3 | ||
|
||
[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 | ||
|
Binary file not shown.
Binary file not shown.
Submodule sdk
updated
25 files
Submodule sdk
updated
22 files
+2 −2 | Adjust.podspec | |
+16 −33 | Adjust/ADJActivityHandler.m | |
+1 −2 | Adjust/ADJAdditions/UIDevice+ADJAdditions.h | |
+3 −10 | Adjust/ADJAdditions/UIDevice+ADJAdditions.m | |
+88 −65 | Adjust/ADJEvent.m | |
+10 −10 | Adjust/ADJPackageBuilder.m | |
+9 −0 | Adjust/ADJTimerOnce.m | |
+31 −30 | Adjust/ADJUtil.m | |
+1 −1 | Adjust/Adjust.h | |
+85 −35 | Adjust/Adjust.m | |
+1 −1 | AdjustBridge/AdjustBridgeRegister.m | |
+1 −1 | AdjustTests/AdjustUnitTests/ADJPackageFields.m | |
+18 −0 | CHANGELOG.md | |
+2 −2 | README.md | |
+1 −1 | VERSION | |
+2 −2 | doc/chinese/README.md | |
+1 −1 | doc/english/migrate.md | |
+1 −1 | doc/english/web_views.md | |
+2 −2 | doc/japanese/README.md | |
+2 −2 | doc/korean/README.md | |
+1 −1 | doc/korean/web_views.md | |
+1 −1 | doc/migrate.md |
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
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
test/plugin/ios/AdjustTestLibrary.framework/AdjustTestLibrary
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
test/plugin/ios/AdjustTestLibrary.framework/Versions/A/AdjustTestLibrary
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
test/plugin/ios/AdjustTestLibrary.framework/Versions/Current/AdjustTestLibrary
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
test/plugin/ios/src/AdjustTestExtension/AdjustTestLibrary.framework/AdjustTestLibrary
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...ugin/ios/src/AdjustTestExtension/AdjustTestLibrary.framework/Versions/A/AdjustTestLibrary
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...os/src/AdjustTestExtension/AdjustTestLibrary.framework/Versions/Current/AdjustTestLibrary
Binary file not shown.