-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
feat: migrate to sdk v9 (ios), upgrade to sdk 20.6.0 (android) #115
Conversation
088b91c
to
5adcf90
Compare
Codecov Report
@@ Coverage Diff @@
## main #115 +/- ##
==========================================
+ Coverage 19.71% 20.25% +0.55%
==========================================
Files 29 29
Lines 746 726 -20
Branches 190 181 -9
==========================================
Hits 147 147
+ Misses 599 579 -20 |
5adcf90
to
945d1b5
Compare
Fixes #113 BREAKING CHANGES: The update to google mobile ads ios SDK v9 has these changes - iOS 10 will no longer receive ads, iOS 11 is the minimum version to receive ads Location ad request options are ignored, locations are not used for ads in the SDK
minor tweak - remove more of the ruby bundler gemfile version cruft
945d1b5
to
c3c74ad
Compare
Screwed up my first attempt to chunk these up into separate units, but I think I got it correct the second time. Mostly the commit adds the breaking change notice that I want for the merge, I will wait to release it until we are done with the listener + GAM break and get one v6 out with all of them |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a thing of beauty
🎉 This PR is included in version 6.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
Fixes #113 / Fixes #114
Major upgrade to 9.3.0 on iOS. (See: https://developers.google.com/admob/ios/migration)
Rename adDidPresentFullScreenContent: to adWillPresentFullScreenContent:
There is no behavior change. The delegate method is invoked right before the ad is about to be presented, so the new method name better reflects its functionality.
Remove location setting API on GADRequest
(void)setLocationWithLatitude:longitude:accuracy: has been deleted from GADRequest since location data is not used by Google to target ads. Use third-party APIs to provide the information to third-party ad networks if required.
Minor upgrade from 20.5.0 to 20.6.0 on Android.