> Newcomers roadmap: from where to start learning Gideros "What one programmer can do in one month, two programmers can do in two months." - Fred Brooks “The more you do coding stuff, the better you get at it.” - Aristotle (322 BC)
> Newcomers roadmap: from where to start learning Gideros "What one programmer can do in one month, two programmers can do in two months." - Fred Brooks “The more you do coding stuff, the better you get at it.” - Aristotle (322 BC)
I would think that to turn on mediation you would also need the libs for each of the ad platforms you allow - I'm not sure. I'd like to know too though.
Coder, video game industry veteran (since the '80s, ❤'s assembler), arrested - never convicted hacker (in the '90s), dad of five, he/him (if that even matters!). https://deluxepixel.com
I don't know either, I only used AppLovin and Unity Ads too so far, and I didn't work on admob plugin code. I am moving away from ad based monetization for a while anyway, my next games will be ad-free, either paid with a trial period or unlockable through iap. Ads have become way too painful to manage due to GDPR, kids protection and similar stuff.
> Newcomers roadmap: from where to start learning Gideros "What one programmer can do in one month, two programmers can do in two months." - Fred Brooks “The more you do coding stuff, the better you get at it.” - Aristotle (322 BC)
@Apollo14 One way you can handle it yourself is write an android bridge functions to call some common function like preloadedAds, isAdAvaiable, showAds() .. Then do the following step:
Step 1: Export Gideros to Android Studio Project Step 2: Import all native Mediation Admob if need, maybe you only need config Gradle file to make AdMob mediation to work Step 3: Use the plugin above to call the function from LUA to Android then you good to go
Coder, video game industry veteran (since the '80s, ❤'s assembler), arrested - never convicted hacker (in the '90s), dad of five, he/him (if that even matters!). https://deluxepixel.com
Comments
@hgy29 @SinisterSoft
"What one programmer can do in one month, two programmers can do in two months." - Fred Brooks
“The more you do coding stuff, the better you get at it.” - Aristotle (322 BC)
I would think that to turn on mediation you would also need the libs for each of the ad platforms you allow - I'm not sure. I'd like to know too though.
https://deluxepixel.com
Likes: SinisterSoft, antix
"What one programmer can do in one month, two programmers can do in two months." - Fred Brooks
“The more you do coding stuff, the better you get at it.” - Aristotle (322 BC)
Step 1: Export Gideros to Android Studio Project
Step 2: Import all native Mediation Admob if need, maybe you only need config Gradle file to make AdMob mediation to work
Step 3: Use the plugin above to call the function from LUA to Android then you good to go
Good luck!
Likes: oleg, Apollo14
Likes: oleg
https://deluxepixel.com
Likes: SinisterSoft