EddyVerbruggen / nativescript-admob

NativeScript plugin to earn some precious :moneybag::moneybag: with ads by Google AdMob
MIT License
69 stars 26 forks source link

How to show Banner ad in iOS Modal? (Error in admob.createBanner: Error: +[UIView addSubview:]: unrecognized selector sent to class 0x7fff86f5e4a0) #91

Open rob4226 opened 3 years ago

rob4226 commented 3 years ago

Hi, I am trying to show a Banner ad with Admob.createBanner() in a modal on iOS but I get the following error:

Error in admob.createBanner: Error: +[UIView addSubview:]: unrecognized selector sent to class 0x7fff86f5e4a0

It works on Android in a modal but not iOS. Anyone have any ideas? Maybe set the view option with something?

Thanks!