kloder-games / godot-admob

Module Admob for Godot engine
MIT License
360 stars 61 forks source link

Fix for iOS Adomb crash -Multiple locks on web thread not allowed #53 #100

Closed yamshing closed 5 years ago

yamshing commented 5 years ago

I added disableBanner and enableBanner functions which removes and reinitializes the banner ad. And Interstitial ad and reward ad call disableBanner when it shows up and enableBanner when il closes. I tested with the latest Admob framework(7.48) on Emulator and Device (iOS 12) There is no crash with the actual example godot script (Godot3)

Shin-NiL commented 5 years ago

Thank you so much!