1 required SKAdNetwork identifier(s) missing from Info.plist. Missing network(s): AdColony.
See original GitHub issuePlugin Version
google_mobile_ads: ^2.3.0
Steps to Reproduce
- Setup the project on iOS.
- Add the SKAdNetworkItems according to google’s documentation.
- Load an InterstitialAd
InterstitialAd.load();
- A warning will be shown on the debug console asking for SKAdNetwork Identifier, even though it was already included in
info.plist
. Ad Colony Network ID is4pfyvq9l8r.skadnetwork
.
Expected results: No warnings since it was already configured
Actual results:
Got the warning
Google> <Google:HTML> 1 required SKAdNetwork identifier(s) missing from Info.plist. Missing network(s): AdColony. See [Enable SKAdNetwork to track conversions] (https://googlemobileadssdk.page.link/enable-skadnetwork).
Logs
Google> <Google:HTML> 1 required SKAdNetwork identifier(s) missing from Info.plist. Missing network(s): AdColony. See [Enable SKAdNetwork to track conversions] (https://googlemobileadssdk.page.link/enable-skadnetwork).
[✓] Flutter (Channel stable, 3.3.9, on macOS 13.0.1 22A400 darwin-arm, locale en-BR)
• Flutter version 3.3.9 on channel stable at /Users/????/Desenvolvimento/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision b8f7f1f986 (9 days ago), 2022-11-23 06:43:51 +0900
• Engine revision 8f2221fbef
• Dart version 2.18.5
• DevTools version 2.15.0
[✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
• Android SDK at /Users/????/Library/Android/sdk
• Platform android-31, build-tools 31.0.0
• Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 11.0.11+0-b60-7772763)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 14.1)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 14B47b
• CocoaPods version 1.11.3
[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 2021.1)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 11.0.11+0-b60-7772763)
[✓] VS Code (version 1.73.1)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 3.54.0
[✓] Connected device (3 available)
• macOS (desktop) • macos • darwin-arm64 •
macOS 13.0.1 22A400 darwin-arm
• Chrome (web) • chrome • web-javascript •
Google Chrome
[✓] HTTP Host Availability
• All required HTTP hosts are available
• No issues found!
Issue Analytics
- State:
- Created 10 months ago
- Reactions:3
- Comments:12
Top Results From Across the Web
Controller : [error] [App] SKAdNetworks missing from Info.plist
I just integrated the latest version of Admob and all latest mediators. Most of them already works and I see advertising.
Read more >Network IDs for SKAdNetwork (iOS only) - AdColony Support
Company Ad Network ID Website
AdColony 4pfyvq9l8r.skadnetwork adcolony.com
AdColony / Mobilike 6g9af3uyq4.skadnetwork adcolony.com
Aarki 4fzdc2evr5.skadnetwork aarki.com
Read more >"Missing SKAdNetwork Ids from Info.plist" in Unity Settings ...
I've released a game on iOS 2 days ago which has Unity Ads in it (as a publisher). It is all working fine...
Read more >Is an SKAdNetwork ad network identifier case-sensitive?
Hypothesis 1: Case sensitivity is required between the SKAdNetwork ID the developer adds to her/his info.plist, the SKAdNetwork ID used when compiling the ......
Read more >SKAdNetwork IDs - SKANIDs.com
Name Website SKAdNetwork ID
Aarki https://www.aarki.com/ 4fzdc2evr5.skadnetwork
AdColony Inc. https://www.adcolony.com/ 4pfyvq9l8r.skadnetwork
Adikteev https://www.adikteev.com/ ydx93a7ass.skadnetwork
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
I may be wrong. I don’t know how these
SKAdNetworkItems
ininfo.plist
are validated with google. But since I have never had a problem with a missing SKAdNetwork Identifier I noticed that on the updated documentation by google, the AdColony SKAdNetworkIdentifier4pfyvq9l8r.skadnetwork
has a blank space after it. As you can see below:I know it may not mean anything, but I am justing pointing out. Since it was the only one missing.
I tried without the blank space, but got the same warning.
I added both ad network ids but i still get the same warning.