deckameron / Ti.Android.Admob

Appcelerator Android module wrapping Admob functionalities
17 stars 7 forks source link

updates and nativeAd fixes #20

Closed m1ga closed 1 year ago

m1ga commented 1 year ago

After that the nativeAd showed up: Screenshot_20230423-142355

Screenshot_20230423-154212

build.gradle I'm not sure about the build.gradle parts yet. Does e.g. com.google.ads.mediation:pangle need to be in there? Can you add them to the app build.gradle if you want to use them?

m1ga commented 1 year ago

should be good to go :+1: @deckameron maybe you have a bigger app to test it with but keep in mind you might need to adjust your app build.gradle if you use Mediation Networks (see readme)

deckameron commented 1 year ago

should be good to go 👍 @deckameron maybe you have a bigger app to test it with but keep in mind you might need to adjust your app build.gradle if you use Mediation Networks (see readme)

I see! Thank you @m1ga ! I will test on my App tomorrow and verify if the build.gradle will work just fine.

I haven't thought about adding those mediation dependencies directly to app build.gradle. Seems so simple and obvious. Why haven't I tried this before? I kinda feel stupid. Hahaha.