All Questions
Tagged with google-mobile-ads cocoapods
9 questions
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'...
0
votes
0
answers
86
views
Can't install Google mobile ads SDK by pod install. Cocoapods
I want to install google mobile ads SDK by pod install but it doesn't install. It gives this error:
LoadError - linked to incompatible /Users/dipanshukashyap/.rvm/rubies/ruby-3.2.2/lib/libruby.3.2....
1
vote
1
answer
671
views
ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView on my unity game
when upload my game on app store and then i got error.(Error is given below)
ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved ...
5
votes
0
answers
710
views
Google-Mobile-Ads-SDK fails with initialization error while used in both main app and framework
I've an iOS app which has a framework in it. Framework is being used in main app. Both main app and framework need to use Google-Mobile-Ads-SDK for loading ads.
Here is podfile:
platform :ios, '10.0'
...
1
vote
0
answers
693
views
'GoogleMobileAds/GoogleMobileAds.h' file not found
every thing is uptodate if any one here to help kindly tell me is this the issue with the SDK or I am doing any mistake....
the actually issue is ....
I updated Google AdMob SDK to 8.4.0 using Pods.
...
1
vote
4
answers
3k
views
Admob ( GoogleMobileAds 8.0.0 ) iOS SDK - GADInterstitial API not found, How to use GADInterstitialAd - sample code please?
No error for below line
#import <GoogleMobileAds/GoogleMobileAds.h>
But none of Admob API detected…Its giving error for all admob API. Another SDK(Applovin) API detected.
Here is screenshots. ...
0
votes
1
answer
696
views
GoogleMobileAdsSDK 7.68 conflicts with Appodeal Unity SDK (v2.10.7)
I have Google Admob and Appodeal sdk integrated in my unity app. They did not have conflicts when the version of Admob SDK for unity stays at 5.3.0.
After I updated Admob SDK to v5.4.0 which depends ...
0
votes
1
answer
306
views
GoogleMobileAds WebView
Does anyone know why GoogleMobileAds still has UIWebView in it? I installed the latest version of GoogleMobileAds (7.60.0) but when I run grep -r UIWebView Pods/ it detects that GoogleMobileAds has ...
0
votes
1
answer
70
views
iOS App terminating after upgrading POD 'Google-Mobile-Ads-SDK'. Crash log says - "GADMediaContent setDelegate" unrecognized selector
For the long time I was using "pod 'Google-Mobile-Ads-SDK' 7.32.0". But now I must have to upgrade this, but found following crash,
Crash log says - "GADMediaContent setDelegate" unrecognized ...