-
Notifications
You must be signed in to change notification settings - Fork 529
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
Comments
The same issue has with me. pod 'Google-Mobile-Ads-SDK', '~> 8.5' if you guys have any solution please help us. Thanks |
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. |
the admob package that was |
@mikehardy I'd love to. Since I cannot afford to maintain |
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... |
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! |
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
The text was updated successfully, but these errors were encountered: