question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Google Ads don't work on iOS

See original GitHub issue

Hi friends,

My Flutter Doctor:

[√] Flutter (Channel stable, 3.0.5, on Microsoft Windows [Version 10.0.22000.795], locale en-GB)
    • Flutter version 3.0.5 at C:\Users\burac\Documents\flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision f1875d570e (3 weeks ago), 2022-07-13 11:24:16 -0700
    • Engine revision e85ea0e79c
    • Dart version 2.17.6
    • DevTools version 2.12.2

[√] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
    • Android SDK at C:\Users\burac\AppData\Local\Android\sdk
    • Platform android-33, build-tools 33.0.0
    • Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java
    • Java version OpenJDK Runtime Environment (build 11.0.12+7-b1504.28-7817840)
    • All Android licenses accepted.
    • VS Code at C:\Users\burac\AppData\Local\Programs\Microsoft VS Code
    • Flutter extension version 3.46.0

[√] Connected device (4 available)
    • SM A908B (mobile) • RFCMA02W5WT • android-arm64  • Android 12 (API 31)
    • Windows (desktop) • windows     • windows-x64    • Microsoft Windows [Version 10.0.22000.795]
    • Chrome (web)      • chrome      • web-javascript • Google Chrome 104.0.5112.79
    • Edge (web)        • edge        • web-javascript • Microsoft Edge 103.0.1264.77

[√] HTTP Host Availability
    • All required HTTP hosts are available

• No issues found!

My Test ads are displayed correctly on Android but no more on iOS, I get this error, please help me:

o get test ads on this device, set: Objective-C        GADMobileAds.sharedInstance.requestConfiguration.testDeviceIdentifiers = @[ @"6490ca18f82177ab9c0739867ab4ae5d" ];Swift        
GADMobileAds.sharedInstance().requestConfiguration.testDeviceIdentifiers = [ @"6490ca18f82177ab9c0739867ab4ae5d" ]
<Google> Note that test device identifiers may be reset when uninstalling and reinstalling the application.<Google> 
<Google:HTML> A valid SKAdNetworkIdentifier for Google (cstr6suwn9.skadnetwork) is missing from Info.plist. 
See [Enable SKAdNetwork to track conversions] (https://googlemobileadssdk.page.link/enable-skadnetwork)flutter: Inline adaptive banner failedToLoad: LoadAdError(code: 1, domain: com.google.admob, message: 
Request Error: No ad to show., responseInfo: ResponseInfo(responseId: null, mediationAdapterClassName: null, adapterResponses: []))flutter: Inline adaptive banner failedToLoad: 
LoadAdError(code: 1, domain: com.google.admob, message: Request Error: No ad to show., responseInfo: ResponseInfo(responseId: null, mediationAdapterClassName: null, adapterResponses: []))

Any ideas why, thanks!

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:1
  • Comments:34

github_iconTop GitHub Comments

3reactions
RoyalCoder88commented, Aug 11, 2022
Screenshot 2022-08-11 at 6 07 28 PM

when i am using this testing ad unit id : /6499/example/banner’ then testing ads are showing

but if am using my own id then ads are not showing

exactly the same 😦

2reactions
RoyalCoder88commented, Aug 16, 2022

Hi @huycozy thanks I will test right away, what you suggest 😉 thanks!

BTW: where do we need to add this line?..in AppDelegate? Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Google ads don't seem to work on my iphone
It looks like Google Ads won't work on your iPhone, and we'd be happy to help. Which iOS version is currently installed on...
Read more >
How to fix Google Ads App campaign not running or low traffic
Go to the Campaigns page in your Google Ads account ... issue on your account, you won't be able to run your ads...
Read more >
What happened with Google Ads after iOS 14.5 - RedTrack Blog
The main change that we have noticed after the 26th of April (Introduction of iOS 14.5 Update) that Google stopped sending unique conversions...
Read more >
[Google Ads] My iOS App Install ad won't run : r/PPC - Reddit
App Campaigns can take a few days to start serving. Also, Google has a back end bug that halts ad serving affecting some...
Read more >
How Is iOS 14 Impacting Google Ads in 2022? - Claire Jarrett
Unfortunately, if you've been advertising an iOS app to iOS users, you've probably seen your metrics run amok. Similarly, app campaigns and interest-based ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found