Google Ads don't work on iOS
See original GitHub issueHi 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:
- Created a year ago
- Reactions:1
- Comments:34
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
exactly the same 😦
Hi @huycozy thanks I will test right away, what you suggest 😉 thanks!
BTW: where do we need to add this line?..in AppDelegate? Thanks!