-
Notifications
You must be signed in to change notification settings - Fork 10
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 #39 from adjust/v4280
Version 4.28.0
- Loading branch information
Showing
18 changed files
with
81 additions
and
27 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.28.0 (3rd April 2021) | ||
#### Changed | ||
- Removed native iOS legacy code. | ||
|
||
#### Native SDKs | ||
- [[email protected]][ios_sdk_v4.28.0] | ||
- [[email protected]][android_sdk_v4.27.0] | ||
|
||
--- | ||
|
||
### Version 4.23.1 (29th September 2020) | ||
#### Fixed | ||
- Fixed duplicate `ADJUrlStrategy` symbol error. | ||
|
@@ -17,8 +27,6 @@ | |
- Added sending of value of user's consent to be tracked with each package. | ||
- Added `setUrlStrategy` method to `AdjustConfig2dx` class to allow selection of URL strategy for specific market. | ||
|
||
⚠️ **Note**: iOS 14 beta versions prior to 5 appear to have an issue when trying to use iAd framework API like described in [here](https://github.com/adjust/ios_sdk/issues/452). For testing of v4.23.0 version of SDK in iOS, please make sure you're using **iOS 14 beta 5 or later**. | ||
|
||
#### Native SDKs | ||
- [[email protected]][ios_sdk_v4.23.0] | ||
- [[email protected]][android_sdk_v4.24.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.23.1 | ||
4.28.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
Binary file not shown.
Binary file not shown.
Submodule sdk
updated
93 files
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
23 changes: 23 additions & 0 deletions
23
libs/ios/AdjustSdk.framework/Versions/A/Headers/ADJThirdPartySharing.h
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,23 @@ | ||
// | ||
// ADJThirdPartySharing.h | ||
// AdjustSdk | ||
// | ||
// Created by Pedro S. on 02.12.20. | ||
// Copyright © 2020 adjust GmbH. All rights reserved. | ||
// | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
@interface ADJThirdPartySharing : NSObject | ||
|
||
- (nullable id)initWithIsEnabledNumberBool:(nullable NSNumber *)isEnabledNumberBool; | ||
|
||
- (void)addGranularOption:(nonnull NSString *)partnerName | ||
key:(nonnull NSString *)key | ||
value:(nonnull NSString *)value; | ||
|
||
@property (nonatomic, nullable, readonly, strong) NSNumber *enabled; | ||
@property (nonatomic, nonnull, readonly, strong) NSMutableDictionary *granularOptions; | ||
|
||
@end | ||
|
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.
Binary file modified
BIN
-92.3 KB
(97%)
test/libs/ios/AdjustTestLibrary.framework/Versions/A/AdjustTestLibrary
Binary file not shown.
18 changes: 0 additions & 18 deletions
18
test/libs/ios/AdjustTestLibrary.framework/Versions/A/Headers/ATLControlChannel.h
This file was deleted.
Oops, something went wrong.