We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: