Skip to content

Commit

Permalink
MobileFuse/1.8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AppLovin-Mobile-Engineering committed Oct 9, 2024
1 parent 14b4949 commit 0ab355d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion MobileFuse/AppLovinMediationMobileFuseAdapter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|

s.authors = 'AppLovin Corporation'
s.name = 'AppLovinMediationMobileFuseAdapter'
s.version = '1.8.0.0'
s.version = '1.8.0.1'
s.platform = :ios, '11.0'
s.summary = 'MobileFuse 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 MobileFuse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.8.0.1
* Remove passing in of consent string as it has been deprecated.

## 1.8.0.0
* Certified with MobileFuse SDK 1.8.0.

Expand Down
7 changes: 1 addition & 6 deletions MobileFuse/MobileFuseAdapter/ALMobileFuseMediationAdapter.m
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#import <MobileFuseSDK/MFNativeAd.h>
#import <MobileFuseSDK/MobileFusePrivacyPreferences.h>

#define ADAPTER_VERSION @"1.8.0.0"
#define ADAPTER_VERSION @"1.8.0.1"

/**
* Enum representing the list of MobileFuse SDK error codes in https://docs.mobilefuse.com/docs/error-codes.
Expand Down Expand Up @@ -393,11 +393,6 @@ - (void)updatePrivacyPreferences:(id<MAAdapterParameters>)parameters
[privacyPreferences setUsPrivacyConsentString: @"1---"];
}

if ( parameters.consentString )
{
[privacyPreferences setIabConsentString: parameters.consentString];
}

[MobileFuse setPrivacyPreferences: privacyPreferences];
}

Expand Down

0 comments on commit 0ab355d

Please sign in to comment.