-
Notifications
You must be signed in to change notification settings - Fork 72
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 #177 from adjust/v4213
Version 4.21.3
- Loading branch information
Showing
13 changed files
with
19 additions
and
8 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
Binary file not shown.
Binary file not shown.
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
Binary file not shown.
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.
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,14 @@ | ||
### Version 4.21.3 (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] | ||
- [[email protected]][windows_sdk_v4.17.0] | ||
|
||
--- | ||
|
||
### Version 4.21.2 (15th April 2020) | ||
#### Fixed | ||
- Added check for iOS timer source and block existence prior to starting it. | ||
|
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.21.2 | ||
4.21.3 |
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
22 files
Submodule sdk
updated
21 files
+2 −2 | Adjust.podspec | |
+3 −29 | Adjust/ADJActivityHandler.m | |
+1 −2 | Adjust/ADJAdditions/UIDevice+ADJAdditions.h | |
+3 −11 | Adjust/ADJAdditions/UIDevice+ADJAdditions.m | |
+88 −65 | Adjust/ADJEvent.m | |
+10 −10 | Adjust/ADJPackageBuilder.m | |
+2 −2 | Adjust/ADJUtil.m | |
+1 −1 | Adjust/Adjust.h | |
+85 −35 | Adjust/Adjust.m | |
+1 −1 | AdjustBridge/AdjustBridgeRegister.m | |
+1 −1 | AdjustTests/AdjustUnitTests/ADJPackageFields.m | |
+12 −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 |