-
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
Interstitial AD Broken at AdMob Update SDK 20 #560
Comments
Same issue. |
same here |
If you need to work around this problem, you can change the following row in the The changes the the SDK were made in version 19.7.0 and finalized in 20.0.0. This is not a long-term fix, though. |
I confirm this did break react-native library this temporary fix solved it.Thanks! |
thanks |
Thank You so much |
This row wasn't included in my project. Although I added, nothing has changed |
line 25 |
I was looking project's own build.gradle file. Thanks :) |
Hi just check it once again before building as sometimes adding a new
package will again change build.gradle file. happened with me twice ,make
sure it's using the 19.6.0 version.
Regards,
Pallav
…On Wed, Apr 7, 2021 at 6:34 PM Saulo Wilson ***@***.***> wrote:
Even with play-service-ads at 19.6.0, i'm facing the same issue. Any
thoughts?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#560 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFLBRLNNEKBDCO2DSZMI3PTTHRJ53ANCNFSM42NW7ZWA>
.
|
What's gonna be a permanent fix guys ? |
yeah same a permanent fix wouldn't be too hard .
…On Mon, Apr 12, 2021 at 3:29 PM Shivam ***@***.***> wrote:
What's gonna be a permanent fix guys ?
Are maintainers going to update it or not ?
this is creating bit of issue changing it manually all time
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#560 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFLBRLOVJQWEUB6HJSVKMZLTIK77HANCNFSM42NW7ZWA>
.
|
If you need to do the workaround patch manually more than a couple of times, you might want to look into automating it with I would not expect a permanent fix, as the library does not seem to be actively maintained anymore. |
It works for me with Rn version 0.63.4 but with version 0.64 my app does not open on my device, does anyone know why? |
This is currently an issue i'm facing and have lost a lot of hours to it.
Android Manifest
build.gradle (app) dependencies
build.gradle (project)
I followed the instructions to add it to my project. It builds in iOS but won't build in Android. PLEASE HELP! |
Update: I updated my android studio gradle plugin |
Same. Wasn't added, I added it, and nothing changed. (I did invalidate caches, restarted, cleaned and then built project) |
This did not work for me. |
I needed to do some extra steps:
now you can run your app. Don't forget to use a test id in the asUnitID prop like this |
Confirmed this solution worked for me without step 6. |
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. |
It helps! Thank you so much!!! |
Buenas por mas que probe con las posibles soluciones, no me funciono ninguma, alguien que logro solucionarlo porfa tengo estos errores import com.google.android.gms.ads.InterstitialAd; Tengo la version del paquete a "react-native-admob": "^1.3.2" , ya que la ultima version que esta en beta igual me tira esos errores, porfa si alguien sabe de alguna otra solucion , gracias de antemano |
@fernandoVicentei I just switched to this package, maybe you should try it. |
Muchisimas gracias @Darkensses me a servido de muchooo me sirve a la totalidad ese paquete aunque me salen este error, supongo que es porque recien cree mi cuenta de google ads , porque con otra cuenta de un tutorial me funciona bien el anuncion, muchas gracias estimado ERROR {"code": 3, "message": "Publisher data not found. https://support.google.com/admob/answer/9905175#9"} |
That error is because maybe the admob account is not ready yet and it doesn't have ads right now. Ese error es porque a lo mejor la cuenta de admob aun no está lista y no tiene anuncios por ahora. Saludos 👋 |
Gracias, pero como hago eso ? hahaha recien empiezo a preguntaar a travez de git hub |
Any solution for latest SDK v20+???? using react-native-admob????
This packege has many bugs and issues. |
this package has not been updated since 2017, at least |
december 2021 and this still apply! saved my project. |
Not build
npx react-native run-android
.The text was updated successfully, but these errors were encountered: