-Enable bitcode support
-Update to Google-Mobile-Ads-SDK 7.30.0 -Fix for the following crash spaceClickActionDidFail:error:
This adapter enables mediation of Flurry ads via the Google Ads SDK for DoubleClick for Publishers or AdMob.
To install this adapter via CocoaPods, create a Podfile -- if you do not have one already -- with the following content:
platform :ios, '8.0'
target 'YourAppBuildTarget' do
pod 'Google-Mobile-Ads-SDK'
pod 'Flurry-iOS-SDK/FlurrySDK' #Analytics Pod
pod 'Flurry-iOS-SDK/FlurryAds' #Advertising Pod (requires Analytics)
pod 'AdMobMediationAdapterFlurry', '~> 8'
# ...your other pod dependencies
end
To integrate Flurry as a mediated network in your AdMob/DFP ad serving, three initial steps are necessary:
- Integrate Flurry SDK and Flurry adapter for DFP and AdMob into your app.
- Configure Flurry's Adspace(s).
- Configure AdMob to mediate Flurry.
To learn more about these steps, read the Yahoo Developer Network documentation for AdMob or DFP.
- Added full bitcode compatibility
- Bug fixes
- Bug fixes
- Added support for publisher-defined branding logo position using GADNativeAdViewAdOptions.preferredAdChoicesPosition
- Bug fixes
- Bug fixes
- Allows recycling of views that were used for Flurry native ads
- Fixed banner ad rendering issue
- Added support for Google Ads SDK v7+