具有Firebase集成问题的Admob广告

时间:2016-06-08 14:52:40

标签: ios swift firebase admob

我最近在我的Swift项目中添加了Firebase。我完全按照他们的步骤操作并遇到麻烦,包括Admob'GoogleMobileAds'。我使用CocoaPods(pod'Firebase')安装了Firebase pod。

我感到困惑的部分是,在设置documentation时,他们说安装pod'Firebase'链接到所有不同的Firebase功能,IE Analytics,AdMob,实时数据库等(如果我正在阅读对)。在安装了“Firebase”广告连播后,Firebase在App中安装得很好,但在添加AdMob广告时,我似乎无法找到或导入模块“GoogleMobileAds”。我是否必须单独安装每个吊舱?像Firebase / Core,Firebase / Admob等。非常感谢任何帮助。

Podfile

platform:ios, '9.0'

target 'MyApp' do

use_frameworks!

pod 'Firebase'

end

1 个答案:

答案 0 :(得分:0)

根据docs你的pod文件需要有这些来整合Admob

pod 'Firebase/Core'
pod 'Firebase/AdMob'