Skip to main content

All Questions

Tagged with
0 votes
0 answers
63 views

UMPConsentForm in iOS is present in view hierarchy even when not presented to user, posing accessibility issue

I am doing an accessibility optimization for iOS, but running into the issue that the UMPConsentForm is present in the view hierarchy, even when it is the back window that is not seen and also it was ...
Peter Lapisu's user avatar
  • 20.9k
0 votes
0 answers
34 views

Google admob not working for specific bundle identifier iOS

I'm integrating AdMob rewarded interstitial ads into my live iOS app using CocoaPods and package dependency management. The ads are working fine when I use the bundle identifier com.CreativeCub....
Akshaykumar Maldhure's user avatar
7 votes
3 answers
3k views

Error after adding google_mobile_ads sdk in swift using CocoaPods

I added the google_mobile_ads sdk v11.6.0 in my swift project. Now when I run the project I get the following error ld: warning: Could not find or use auto-linked library 'swiftXPC': library 'swiftXPC'...
user9792850's user avatar
0 votes
1 answer
86 views

adDidDismissFullScreenContent for rewarded ads not triggered

Had the same problem as described here: link to the question I found I use both func presentInterstitialAd(fromRootViewController viewController: UIViewController)and func presentRewardedAd(...
Mr.Schtelbe's user avatar
1 vote
0 answers
145 views

Undefined symbol: _GADUnifiedNativeIconAsset while migrating GoogleMobileAdsMediationFacebook with GoogleMobileAds iOS

I would like to migrate Facebook mediation with Google Mobile Ads. Pod: pod 'Google-Mobile-Ads-SDK' pod 'GoogleMobileAdsMediationFacebook' Getting the below error after migrating to the latest ...
Tushar Lathiya's user avatar
1 vote
0 answers
293 views

Undefined symbols generated by Google Mobile Ads SDK

I have removed and updated the repo several times and reinstalled the pods but it keeps coming back to the following errors: ld: Undefined symbols: _kGADErrorDomain, referenced from: -[...
Douglas W. Palme's user avatar
3 votes
0 answers
246 views

What's the right implementation of google_mobile_ads in flutter with riverpod?

Plugin Version google_mobile_ads: ^3.0.0 Steps to Reproduce GoogleAdsService.dart import 'dart:io'; import 'package:flutter_riverpod/flutter_riverpod.dart'; import 'package:google_mobile_ads/...
Abdullah Khan's user avatar
0 votes
0 answers
242 views

How to make only the call-to-action button clickable in a SwiftUI implementation with Google Mobile Ads SDK, flutter?

I'm working on a flutter project where I'm trying to implement a native video ad using SwiftUI with the Google Mobile Ads SDK for iOS. The official documentation primarily focuses on creating native ...
john's user avatar
  • 1,958
0 votes
0 answers
216 views

Unity iOS build containing Admob causes error in Xcode

My project uses Admob to display ads. It works on Android but not on iOS. Build with Xcode is successful. When running the app in Xcode on simulator, I get the following runtime error: Symbol not ...
Orit K.'s user avatar
  • 11
1 vote
1 answer
983 views

Swift Package Manager - how to conditionally link platform to iOS only?

I have an iOS app using the GoogleMobileAds Swift package and I would like to add a tvOS destination to my target. I added that through the supported destinations: Because GoogleMobileAds does not ...
eric's user avatar
  • 125
0 votes
1 answer
1k views

GoogleAppMeasurement.xcframework has an incorrect or unknown format and cannot be processed

I really don't know if this is specific to the package or to xcframework or to the setup. In my case I just: open VS 2022 create a Xamarin iOS empty project add the Google Mobile Ads 8.13.0.1 Nuget ...
andycted's user avatar
  • 862
3 votes
1 answer
2k views

Undefined symbol: _GADUnifiedNativeIconAsset for GoogleMobileAds

I am getting the below error after migrating to version 9.5.0. Undefined symbols for architecture x86_64: "_GADUnifiedNativeIconAsset", referenced from: -[GADFBNativeBannerAd didRenderInView:...
sejn's user avatar
  • 2,614
1 vote
1 answer
90 views

GoogleMobileAds/DFPInterstitial.h' file not found

GoogleMobileAds updation to latest version shows the below error with the version 9. Showing All Errors Only 'GoogleMobileAds/DFPInterstitial.h' file not found
sejn's user avatar
  • 2,614
4 votes
2 answers
2k views

Flutter google mobile ads only shows test ads on IOS

I have the following ad Repository import 'package:google_mobile_ads/google_mobile_ads.dart'; import 'dart:io'; import 'package:flutter/foundation.dart'; import 'package:my_app/data/api/constants....
anonymous-dev's user avatar
2 votes
0 answers
221 views

AdvertierView error thrown when launching Google Native Ads in Flutter iOS

I'm repeatedly getting the following error when trying to launch the the Google Native Ads in my Flutter iOS version. When I run the exact same code for Android Studio everything works as expected. ...
Charles Jr's user avatar
  • 9,089

15 30 50 per page