Gustavo Maciel

Results 48 comments of Gustavo Maciel

@RintaDev I didn't find anything that could cause this error, please I ask you to test with this `.apk`: https://www.mediafire.com/file/mtyl8mzq1aiwyhp/AdMobAddon.apk/file It will be available for 14 days. --- Build on:...

If the `.apk` I sent you works, you must be doing something wrong when compiling. If it doesn't work, I recommend you at least try to add this line in...

Have you tried to add this line in your "godot-project\android\build\AndroidManifest.xml" ```xml ``` If not, please do it to check if still happens I will only be available to develop to...

Thank you so much guys for your collaboration I need your opinion: If we change to the latest version, we will have to stop supporting versions older than 3.4.5: https://github.com/Poing-Studios/godot-admob-android/discussions/117#discussioncomment-3015011...

@gianlluca The fix is only to change the `AdMob.gdap` and add `androidx.work:work-runtime:2.7.1`?

Just tried this fix on 3.4.4 and 3.4.5 and doesn't work, so we will need to stop provide builds for 3.4.5 and lower :disappointed: ![Captura de Tela 2022-08-19 às 20...

While i was working on the upgrade version #127 , i saw this: ![Captura de Tela 2022-08-21 às 08 41 28](https://user-images.githubusercontent.com/20030153/185789214-8f4b5e6a-5415-4764-84c5-bff1c0fb25c6.png) So on futures versions of AdMob this `androidx.work:work-runtime:2.7.1` is...

Hi guys, just released this version with #127 , if possible test to check if the problem was solved: https://github.com/Poing-Studios/godot-admob-android/releases/tag/v2.1.1

Hi @ayhanasker are you using this version? https://github.com/Poing-Studios/godot-admob-android/releases/tag/v2.1.1 If you are using the `v2.1.1` and the problem still continues, then test again add `androidx.work:work-runtime:2.7.1` to `AdMob.gdap`

Hi @ayhanasker please replace this on your `.gdap`: ```properties [dependencies] remote=["com.google.android.gms:play-services-ads:21.1.0", "com.google.android.ump:user-messaging-platform:2.0.0"] ```