Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

Commit

Permalink
Use Criteo Publisher SDK 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLofaso committed Apr 28, 2020
1 parent 1834722 commit 81d2b52
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 3.5.0.0

**Targeted version of the Criteo Publisher SDK**: 3.5.0

## Version 3.4.1.0

**Targeted version of the Criteo Publisher SDK**: 3.4.1
Expand Down
11 changes: 7 additions & 4 deletions CRCriteoAdapterConfiguration.m
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@

@implementation CRCriteoAdapterConfiguration

- (NSString *)adapterVersion{
return @"3.4.1.0";
- (NSString *)adapterVersion {
// We use an hardcoded value (not a macro) so
// that the file is self-contained in the
// open-source repository.
return @"3.5.0.0";
}

- (NSString *)biddingToken {
Expand All @@ -32,8 +35,8 @@ - (NSString *)moPubNetworkName{
return @"criteo";
}

- (NSString *)networkSdkVersion{
return @"3.4.1.0";
- (NSString *)networkSdkVersion {
return @"3.5.0.0";
}

- (void)initializeNetworkWithConfiguration:(NSDictionary<NSString *, id> *)configuration complete:(void(^)(NSError *))complete {
Expand Down

0 comments on commit 81d2b52

Please sign in to comment.