-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
[admob] Added isAvailableAsync #9690
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one comment about the test screen, apart from that looks great to me! 🏅
- Here is the full list of Test IDs | ||
- [iOS Test IDs](https://developers.google.com/admob/ios/test-ads) | ||
- [Android Test IDs](https://developers.google.com/admob/android/test-ads) | ||
- Ensure you **never** load a real production ad in an Android Emulator or iOS Simulator. Failure to do this can result in a ban from the AdMob program. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, didn't know that!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ha me either, until pillar valley got put on review. I downloaded the APK and dropped it in the emulator to test if turtle builds added the android package as a URI scheme for production Android apps -- I didn't have my Android phone on me at the time.
Got one of these a few hours later:
I pushed a fix, then about a week later ads started showing up again -- no follow up email though.
Why
How