All Questions
2 questions
5
votes
0
answers
712
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
1
answer
706
views
Admob advance native ads fetch in background?
Loading admob ads makes the app startup really laggy, it looks like admob uses WKWebview which runs on the UI thread.
Is it ok if i fetch (fetch data without displaying them) the ads in the background ...