Skip to content

Commit

Permalink
VerizonAds/1.14.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
prod-applovin-deploy committed Mar 10, 2022
1 parent fbb3e4b commit 57ba668
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion VerizonAds/AppLovinMediationVerizonAdsAdapter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ s.authors =
'AppLovin Corporation' => '[email protected]'
}
s.name = 'AppLovinMediationVerizonAdsAdapter'
s.version = '1.14.2.4'
s.version = '1.14.2.5'
s.platform = :ios, '9.0'
s.summary = 'Verizon Ads adapter used for mediation with the AppLovin MAX SDK'
s.homepage = "https://github.com/CocoaPods/Specs/search?o=desc&q=#{s.name}&s=indexed"
Expand Down
3 changes: 3 additions & 0 deletions VerizonAds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.14.2.5
* Remove support for `consent_string`.

## 1.14.2.4
* Add support for passing in a presenting view controller.

Expand Down
10 changes: 1 addition & 9 deletions VerizonAds/VerizonAdsAdapter/ALVerizonAdsMediationAdapter.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#import <VerizonAdsVerizonNativeController/VASNativeImageComponent.h>
#import <VerizonAdsVerizonNativeController/VASNativeVideoComponent.h>

#define ADAPTER_VERSION @"1.14.2.4"
#define ADAPTER_VERSION @"1.14.2.5"

/**
* Dedicated delegate object for Verizon Ads interstitial ads.
Expand Down Expand Up @@ -354,14 +354,6 @@ - (void)updateVerizonAdsSDKDataWithAdapterParameters:(id<MAAdapterParameters>)pa
builder.coppa.applies = isAgeRestrictedUser.boolValue;
}

//
// For more GDPR info please see: https://sdk.verizonmedia.com/gdpr-coppa.html
//
if ( [parameters.serverParameters al_containsValueForKey: @"consent_string"] )
{
builder.gdpr.consent = [parameters.serverParameters al_stringForKey: @"consent_string"];
}

if ( ALSdk.versionCode >= 61100 )
{
NSNumber *isDoNotSell = [self privacySettingForSelector: @selector(isDoNotSell) fromParameters: parameters];
Expand Down

0 comments on commit 57ba668

Please sign in to comment.