Skip to content

Commit

Permalink
Verve/2.15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins committed Aug 27, 2022
1 parent 72a18b3 commit 5405afb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Verve/AppLovinMediationVerveAdapter.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 = 'AppLovinMediationVerveAdapter'
s.version = '2.14.0.0'
s.version = '2.15.0.0'
s.platform = :ios, '9.0'
s.summary = 'Verve 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 All @@ -29,7 +29,7 @@ s.source =

s.vendored_frameworks = "#{s.name}-#{s.version}/#{s.name}.xcframework"

s.dependency 'HyBid', '= 2.14.0'
s.dependency 'HyBid', '= 2.15.0'
s.dependency 'AppLovinSDK'

s.pod_target_xcconfig =
Expand Down
6 changes: 6 additions & 0 deletions Verve/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.15.0.0
* Certified with Verve SDK 2.15.0.

## 2.14.0.1
* Update consent status before collecting signal.

## 2.14.0.0
* Certified with Verve SDK 2.14.0.

Expand Down
2 changes: 1 addition & 1 deletion Verve/VerveAdapter.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
1D97FB7D1FBCF38B00D6C309 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1330;
LastUpgradeCheck = 1340;
ORGANIZATIONNAME = AppLovin;
TargetAttributes = {
6A561CE6219BB5D400E3749A = {
Expand Down
3 changes: 2 additions & 1 deletion Verve/VerveAdapter/ALVerveMediationAdapter.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#import "ALVerveMediationAdapter.h"
#import <HyBid.h>

#define ADAPTER_VERSION @"2.14.0.0"
#define ADAPTER_VERSION @"2.15.0.0"

@interface ALVerveMediationAdapterInterstitialAdDelegate : NSObject<HyBidInterstitialAdDelegate>
@property (nonatomic, weak) ALVerveMediationAdapter *parentAdapter;
Expand Down Expand Up @@ -127,6 +127,7 @@ - (void)collectSignalWithParameters:(id<MASignalCollectionParameters>)parameters

// Update local params, since not available on init
[self updateLocationCollectionEnabled: parameters];
[self updateConsentWithParameters: parameters];

NSString *signal = [HyBid getCustomRequestSignalData];
[delegate didCollectSignal: signal];
Expand Down

0 comments on commit 5405afb

Please sign in to comment.