AdMob ad won't load and crashes - swift

I have already installed Cocoapods and the Google mobile ads SDK. I've followed everything on the admob get started site and even checked a few youtube videos. All the code seems to be fine but I keep getting these two errors repeatedly in the console;
WF: _WebFilterIsActive returning: NO
WF: _userSettingsForUser : (null)
The ads don't show and the app continues to run but the area where the ad is supposed to be just goes blank. How can I fix this? Been searching around for ages
-Thankyou

Related

Unity Admob Showing Mix of Test and Real ads

I am working in Unity 2020.3.13 using the Google Mobile Ads SDK v6.0.1 package running banners, interstitials, and rewarded ads. My Admob account is in fine standing and has other apps showing real ads without issue, and none of the Admob Ids described below were recently created.
In the Unity editor everything shows as a test ad even though I have set the real app ID and Ad Unit IDs from Admob. The problem is that once the app builds in Xcode the banner ads show as real ads, while the rewarded ads show as test ads still. I have double and triple checked the Ad Unit IDs they are all correct. Any ideas why I am seeing real ads for banners but test ads for Rewarded?
Some where in your code you've added your device as a test device or you are testing using emulator.
To verify this use another phone that you did not use before.

Admob Unity Test Ads are not showing

I have everything set up correctly for my Unity game ads. When I run the ad, the console shows the ShowAD() message, but no ads are seen. I am using the test ad id and did the sdk and jdk are correctly installed.
you can not see the ads in the unity editor , you should make an APK file and run it on your device
BTW are you also using test app ID in Assets->Google Mobile Ads-> Setting-> Admob App ID?
in my case this was the problem.

Google AdMob not showing ads in real time in Flutter App

I developing a Flutter and added Google adMob to my app. While intializing admob I used appId and used adID also in required places But the realtime ad was not shown. In debug console it says something like ad not loaded error 3. On searching internet some suggested to install the apk of a release version. I also tried it and nothing works.
My code just works fine for testAds but not for the real-time ads.
When I change testDeviceAd to my adId it doesn't show anything.
My account has be also approved by admob. What's the reason for this?

App working on dialogflow but not on Actions on Google Simulator

Recently, I have launched an app named 'Voice Cricket' on the google assistant skill store and it has been deployed successfully. I was trying to implement new features in the app, but when I tested my app successfully on dialogflow test console, I shifted over to Actions on Google simulator where I am getting this error
expected_inputs[0].input_prompt.rich_initial_prompt: 'rich_response'
must contain at least one item.
with response as
Voice Cricket isn't responding right now. Try again soon.
And now, I am unable to play the game on my device(getting same response as above) which is linked to the same google account on which I am building the app but when I tried playing the app on my friend's phone, it was working perfectly.
What could be the scenario? Where I might be wrong?
I even tried printing the logs on the firebase console which I am using in my app, but none is being shown.
P.S. - I am also confused about the status shown on my assistant console which is 'Deployed' but according to documentation, these can be possible status of your app, in which 'Deployed' is not one of them. Why is it so?

AdWhril adds not displaying and even not posting to twitter when upload to app store

i have implemented AdWhirl in my app and when i create build in xcode and install on my iphone then adds are showing perfectly but when i download the app from the app store then adds not receiving.
i have another issue relate to twitter and that is when i have post to twitter using TWTweetComposerViewController and posting to twitter is perfectly fine but when i try to post from my app downloading from AppStore then it shows error Cannot send tweet
i got the answer the problem was that in adwhirl app configration there was setting for Google Admob and iAd but here was not sdk for Google Ad Mob in my app bundle. when i add ad mob sdk to my app then it works perfectly fine.
and in twitter i have dismissed twitter controller twice in my code so there might be reason for not working well but when i deleted one dismiss statement then it works fine now.