wimagguc / ios-custom-alertview

Custom UIAlertView. Continue adding images and UIViews to dialogs in iOS7+
Other
1.66k stars 394 forks source link

[GADMobileAds configureWithApplicationID:GAD_AppID]; #109

Open JulesMoorhouse opened 7 years ago

JulesMoorhouse commented 7 years ago

I have a really weird issue, I've spent all evening trying to figure out why my custom alertviews aren't showing.

I've narrowed it down to this one line : [GADMobileAds configureWithApplicationID:GAD_AppID];

Which is used by google admob to start the process and of issuing ads within app delegate.

I don't use ads on the view where I have the problems (I don't use alertViews anywhere else).

I'm guessing it must be capturing some kind of event.

Any suggestions welcome ?

Thanks in advance.

Jules