Skip to content
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

Update to v9 of Google Ads iOS SDK #113

Closed
mikehardy opened this issue Apr 19, 2022 · 1 comment · Fixed by #115
Closed

Update to v9 of Google Ads iOS SDK #113

mikehardy opened this issue Apr 19, 2022 · 1 comment · Fixed by #115
Labels
enhancement New feature or request released

Comments

@mikehardy
Copy link
Collaborator

the v9 series of google's ios mobile SDK is out and has a few breaking changes to handle

The main one appears to be that no ads will serve on iOS10 any longer, though we still have iOS10 set as our minimum target version at the moment. So that will need a CHANGELOG / BREAKING CHANGE note

The other breaking changes may all be internal and not actually break module consumers here if they do not affect our APIs? That's unknown

@dylancom mentions he's played with this already and it wasn't bad?

https://developers.google.com/admob/ios/rel-notes
https://developers.google.com/admob/ios/migration

Could stack this with contemplated breaking change for event listener APIs from @wjaykim

@mikehardy mikehardy added help wanted Extra attention is needed enhancement New feature or request labels Apr 19, 2022
mikehardy pushed a commit that referenced this issue Apr 19, 2022
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
mikehardy pushed a commit that referenced this issue Apr 19, 2022
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
mikehardy pushed a commit that referenced this issue Apr 19, 2022
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
github-actions bot pushed a commit that referenced this issue Apr 27, 2022
## [6.0.0](v5.1.1...v6.0.0) (2022-04-27)

### ⚠ BREAKING CHANGES

* add addAdEventListener method (#110)

### Features

* add Ad Inspector ([#116](#116)) ([dd36436](dd36436))
* add addAdEventListener method ([#110](#110)) ([e842477](e842477))
* Add Google Ad Manager support ([#105](#105)) ([48f77da](48f77da))
* **android, sdk:** update to google mobile ads sdk 20.6.0 ([26ef269](26ef269)), closes [#114](#114)
* **ios, sdk:** migrate to mobile ads sdk v9 ([36a440a](36a440a)), closes [#113](#113)

### Bug Fixes

* fix wrong hook return type omit ([8bbc0ad](8bbc0ad))
@mikehardy
Copy link
Collaborator Author

🎉 This issue has been resolved in version 6.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@mikehardy mikehardy removed the help wanted Extra attention is needed label Jun 24, 2022
Star-dev325 added a commit to Star-dev325/react-native-google-mobile-ads that referenced this issue Jun 7, 2024
## [6.0.0](invertase/react-native-google-mobile-ads@v5.1.1...v6.0.0) (2022-04-27)

### ⚠ BREAKING CHANGES

* add addAdEventListener method (#110)

### Features

* add Ad Inspector ([#116](invertase/react-native-google-mobile-ads#116)) ([dd36436](invertase/react-native-google-mobile-ads@dd36436))
* add addAdEventListener method ([#110](invertase/react-native-google-mobile-ads#110)) ([e842477](invertase/react-native-google-mobile-ads@e842477))
* Add Google Ad Manager support ([#105](invertase/react-native-google-mobile-ads#105)) ([48f77da](invertase/react-native-google-mobile-ads@48f77da))
* **android, sdk:** update to google mobile ads sdk 20.6.0 ([26ef269](invertase/react-native-google-mobile-ads@26ef269)), closes [#114](invertase/react-native-google-mobile-ads#114)
* **ios, sdk:** migrate to mobile ads sdk v9 ([36a440a](invertase/react-native-google-mobile-ads@36a440a)), closes [#113](invertase/react-native-google-mobile-ads#113)

### Bug Fixes

* fix wrong hook return type omit ([8bbc0ad](invertase/react-native-google-mobile-ads@8bbc0ad))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
1 participant