Skip to content

Update GMA iOS Dependency to 9.7.0 #1040

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gma/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use_frameworks! :linkage => :static

target 'integration_test' do
pod 'Firebase/Analytics', '9.3.0'
pod 'Google-Mobile-Ads-SDK', '9.4.0'
pod 'Google-Mobile-Ads-SDK', '9.7.0'
end

post_install do |installer|
Expand Down
2 changes: 1 addition & 1 deletion gma/src/ios/ad_view_internal_ios.mm
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
ad_load_callback_data_ = nil;
} else {
// Make the AdView ad request.
[ad_view_ loadRequest:ad_request];
[(GADBannerView*)ad_view_ loadRequest: ad_request];
}
});
return future;
Expand Down
2 changes: 1 addition & 1 deletion ios_pod/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use_frameworks!
target 'GetPods' do
pod 'Firebase/Core', '9.3.0'

pod 'Google-Mobile-Ads-SDK', '9.4.0'
pod 'Google-Mobile-Ads-SDK', '9.7.0'
pod 'Firebase/Analytics', '9.3.0'
pod 'Firebase/Auth', '9.3.0'
pod 'Firebase/Crashlytics', '9.3.0'
Expand Down
5 changes: 3 additions & 2 deletions release_build_files/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ Firebase Functions | firebase_functions.xcframework
Google Mobile Ads | firebase_gma.xcframework
| | firebase.xcframework
| | Firebase/Analytics Cocoapod (9.3.0)
| | Google-Mobile-Ads-SDK Cocoapod (9.4.0)
| | Google-Mobile-Ads-SDK Cocoapod (9.7.0)
Firebase Installations | firebase_installations.xcframework
| | firebase.xcframework
| | FirebaseInstallations Cocoapod (9.3.0)
Expand Down Expand Up @@ -316,7 +316,7 @@ Firebase Functions | libfirebase_functions.a
Google Mobile Ads | libfirebase_gma.a
| | libfirebase_app.a
| | Firebase/Analytics Cocoapod (9.3.0)
| | Google-Mobile-Ads-SDK Cocoapod (9.4.0)
| | Google-Mobile-Ads-SDK Cocoapod (9.7.0)
Firebase Installations | libfirebase_installations.a
| | libfirebase_app.a
| | FirebaseInstallations Cocoapod (9.3.0)
Expand Down Expand Up @@ -639,6 +639,7 @@ code.
- General (Desktop): Fixed an issue with embedded dependencies that could
cause duplicate symbol linker errors in conjunction with other libraries
([#989](https://github.com/firebase/firebase-cpp-sdk/issues/989)).
- GMA (iOS): Updated iOS dependency to Google Mobile Ads SDK version 9.7.0.

### 9.3.0
- Changes
Expand Down