-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
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
For iOS devices. ---The provided view controller is not being presented. #1146
Comments
Hi @lcaifu, this is an iOS only error if the |
Hi @malandr2 ,This is my sample. Thanks
|
Hi @lcaifu, your code is not reproducible for me to run, when copying it I run into errors related to classes that I don't have context to. Can you please share a minimal, reproducible example? Thanks |
Hi @malandr2 , This is a new example code. Thanks `import 'package:flutter/material.dart'; class TestAdPage extends StatefulWidget { class _TestAdPageState extends State {
} void reinitialize() { void buttonA() { void buttonB() { InterstitialAd? appAdA; void showA() { InterstitialAd? appAdB; void showB() { @OverRide |
Hi @lcaifu, thanks for fixing the code, I'm able to run it. I can reproduce your issue. This appears to be a Flutter issue as I cannot reproduce this using our Interstitial example iOS repo. I have escalated this to engineering to take a closer look. We are also working on #700 and the resolution may affect this issue. In the short-term, to mitigate the issue I called |
This has been resolved with #1153 and will be included in the next google_mobile_ads plugin release |
iOS device, InterstitialAd, when displaying A, to load B, after B loading is complete, close A at this time, and then display B will report an error. The provided view controller is not being presented.
Versions: google_mobile_ads: ^5.1.0
The text was updated successfully, but these errors were encountered: