Hi everyone,
The AdMob plugin is not compatible with GoogleMobileAdds SDK.
I think it was working with v7 which is sunset for 1 week now.
Several questions:
1. Are there plans to update the plugin for iOS and Android to be compatible with the latest version v10?
2. If not is there another ads framework that is still supported by Gideros?
3. If not how much donation is needed to update the ads plugins?
4. Is there a workaround?
Comments
It showed tons of errors. Tried to fix some and even more errors came.
They deprecated and removed bunch of APIs and introduced new ones that work differently, renamed some APIs and constants, return types, etc. Big mess. If you could make it compile with the latest (v10) we should be good for several year.
and here: https://github.com/gideros/gideros/commit/51dff6e489c870b88cd77a5ae30843d3d5bc1be6
I tested interstitial and rewarded ads, but not banners. If you want to try for yourself you can just replace the AdsAdmob.h and .m in your ios porject with the modified ones on github. You'll also have to add SKAdNetwork definitions from here https://developers.google.com/admob/ios/ios14?hl=en in your info.plist file.
Likes: MoKaLux, pie
Likes: MoKaLux
Thanks again for fixing the plugin! 🙏
It compiles and works for me!
Tested with rewarded and interstitial.
Two notes:
1. The interstitial do not receive AD_DISMISSED event. Indeed this event is not needed in all cases, but it is nice to have. I added it for myself by adding this line of code in AdsAdmob.m (after line 145):
Cheers!
Likes: MoKaLux
Likes: pie, MoKaLux