ios + unity | no admob ads displayed | but android working
See original GitHub issueStep 0: Are you in the right place?
-
For general technical questions, or help with project-specific issues like setting up ads in your app, reach out to our support team on the Developer Forum.
-
For assistance with your AdMob account, reach out to AdMob Support.
-
For feedback on our documentation, send your feedback by pressing the Send Feedback button at the top right of the documentation page you are on.
-
For issues related to the code in this repository, continue filing this GitHub issue.
-
Once you’ve read this section and determined that your issue is appropriate for this repository, please delete this section.
[REQUIRED] Step 1: Describe your environment
- Unity version: 2019.4.22
- Google Mobile Ads Unity plugin version: 5.4.0
- Platform: iOS (iOS, Android, Unity Editor)
- Platform OS version: 10-14 (eg iOS 10, Android 9)
- Any specific devices issue occurs on: _____
- Mediation ad networks used, and their versions: no mediation used
[REQUIRED] Step 2: Describe the problem
Steps to reproduce:
i have the problem that my admob ads do not show up in live versions of the ios app after three of my apps went live.
i have published the android apps in play store. here everything is working fine and admob ads do show up and have normal fill rates (~50-80%).
but the ios apps do not display the admob ads. i have tried using the admob test ids and did test builds in xcode ro my test device. with test ids the admob test ads do show up. but with my correct admob ad-ids they do not.
i see adrequest for various countries for each of the three recently published ios apps, but there are zero matched showable impressions. also when i download the app directly from my iphone and also test wise from another iphone, the admob ads do not show up.
other networks lower in the app mediation settings like unity-ads or chartboost (i am not using admob mediation, this is set directly in the app) do show up in live app and also on test build.
my question is is this normal? is there a longer delay until admob ads show up to recently published ios apps? i was not yet able to connect my app in the admob dashboard settings because in the admob app search my apps do not yet show up.
i did not get error codes when building and would say that i did all settings (cocoapods admob sdk installation in xcode) correctly.
hope somebody can help me.
Relevant Code:
// TODO(you): code here to reproduce the problem
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (1 by maintainers)
After see your comment, I just return to my Admob and check that my app has been shown in Admob search and now i can link my app too. It takes more than 24 hours for ads to show on my ios app since I linked it in admob. Seems like admob system run app listing update once a month around day 20th, and real ads only show after you link your ios app on admob.
I got same problem. On iOS, rewarded ads and interstitial ads not showing at all. This problem exists after I implement Apple ATT.
Edited: I’ve tried to build and run admob sample on iOS with plugin version 5.4.0. The result was only rewarded interstitial showed, all other types failed to load. Please help!