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

Android AdMob 20.0.0 Support #572

Open
hakanemrebasol opened this issue Apr 30, 2021 · 6 comments
Open

Android AdMob 20.0.0 Support #572

hakanemrebasol opened this issue Apr 30, 2021 · 6 comments

Comments

@hakanemrebasol
Copy link

hakanemrebasol commented Apr 30, 2021

We started to have various problems with the new version update of AdMob.

Since the project was not compiled, we were using version 19.7.0 manually.

Sometimes we cannot get successful, unsuccessful status in the 19.7.0 version. On the other hand, the project is not compiled due to deprecated/removed methods when we tried to use the new admob version.

Would be appreaciated if you have any suggestion to solve these problems. Thanks in advance

@khurramwaqar
Copy link

The same issue has with me.

pod 'Google-Mobile-Ads-SDK', '~> 8.5'

if you guys have any solution please help us.

Thanks

@wjaykim
Copy link

wjaykim commented Aug 4, 2021

I started to work on new package https://www.npmjs.com/package/@react-native-admob/admob because this package seems to not maintained any more. My package supports new SDK and also support interstitial and rewarded with react hook.

@mikehardy
Copy link

the admob package that was @react-native-firebase/admob before Google removed admob APIs from Firebase has been peeled out to it's own package - https://github.com/invertase/react-native-google-mobile-ads - and supports v20 as well. @wjaykim not sure how you feel about collaborating (I totally understand if not - no worries!) but if you wanted to join forces on a single package maybe we could work something out? Either way, cheers :-)

@wjaykim
Copy link

wjaykim commented Feb 15, 2022

@mikehardy I'd love to. Since I cannot afford to maintain @react-native-admob/admob continuously, I was considering contributing to react-native-google-mobile-ads instead of expanding my library.

@mikehardy
Copy link

mikehardy commented Feb 15, 2022

That would be fantastic, we would love to collaborate! I guess the first step would be to see what the current feature set differences are, to see where we can improve the invertase package with any unique features your package has, then if it all seems good once all features are even maybe a migration guide ? We can add you as a maintainer (if you want, if course! ) Then there would be three of us contributing, which should help keep the package healthy without killing us as maintainers...

@mikehardy
Copy link

For anyone else watching here, https://github.com/invertase/react-native-google-mobile-ads just published v5 where we forward-ported to the new "UMP" SDK provided by Google for managing consent invertase/react-native-google-mobile-ads#82

So as far as I know, we're 100% up to date with no deprecated SDKs in the module anymore and we're open and ready to collaborate with anyone. Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants