Skip to content

Commit

Permalink
Mintegral/7.1.5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins committed May 18, 2022
1 parent 2b803a6 commit 073bdff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Mintegral/AppLovinMediationMintegralAdapter.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 = 'AppLovinMediationMintegralAdapter'
s.version = '7.1.5.0.0'
s.version = '7.1.5.0.1'
s.platform = :ios, '9.0'
s.summary = 'Mintegral 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 Mintegral/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 7.1.5.0.1
* Map Mintegral image url empty error to MAX internal error.

## 7.1.5.0.0
* Certified with Mintegral SDK 7.1.5.0.
* Distribute adapter as an XCFramework.
Expand Down
3 changes: 2 additions & 1 deletion Mintegral/MintegralAdapter/ALMintegralMediationAdapter.m
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#import <MTGSDKBanner/MTGBannerAdView.h>
#import <MTGSDKBanner/MTGBannerAdViewDelegate.h>

#define ADAPTER_VERSION @"7.1.5.0.0"
#define ADAPTER_VERSION @"7.1.5.0.1"

// List of Mintegral error codes not defined in API, but in their docs
//
Expand Down Expand Up @@ -521,6 +521,7 @@ + (MAAdapterError *)toMaxError:(NSError *)mintegralError
case kMTGErrorCodeMaterialLoadFailed:
case kMTGErrorCodeNoSupportPopupWindow:
case kMTGErrorCodeFailedDiskIO:
case kMTGErrorCodeImageURLisEmpty:
adapterError = MAAdapterError.internalError;
break;
}
Expand Down

0 comments on commit 073bdff

Please sign in to comment.