link 库需要 AdMob 和 Firebase 吗?
Necessary to link libraries with AdMob & Firebase?
我目前正在向 iOS 应用添加 AdMob 横幅广告。
我正在关注一些在线教程,这些教程解释说有必要 "Link Binary With Libraries" 添加以下框架。
The SDK library references the following iOS development frameworks
which may not already be part of your project:
-AdSupport
-AudioToolbox
-AVFoundation
-CoreGraphics
-CoreTelephony
-EventKit
-EventKitUI
-MessageUI
-StoreKit
-SystemConfiguration
但是在 Google 当前的 Get Started AdMob 页面上没有提及这些框架的链接。这是否意味着现在可以忽略此步骤?
通常,是的,您可以忽略该步骤。如果您将 Google 移动广告 SDK 作为框架导入,它应该会为您处理依赖项。
与此相关,如果您习惯于使用 Cocoapods 进行依赖项管理,可以观看 iOS 截屏视频 in this video 来指导您在您的应用中使用 Firebase 设置 AdMob。
我目前正在向 iOS 应用添加 AdMob 横幅广告。 我正在关注一些在线教程,这些教程解释说有必要 "Link Binary With Libraries" 添加以下框架。
The SDK library references the following iOS development frameworks which may not already be part of your project:
-AdSupport -AudioToolbox -AVFoundation -CoreGraphics -CoreTelephony -EventKit -EventKitUI -MessageUI -StoreKit -SystemConfiguration
但是在 Google 当前的 Get Started AdMob 页面上没有提及这些框架的链接。这是否意味着现在可以忽略此步骤?
通常,是的,您可以忽略该步骤。如果您将 Google 移动广告 SDK 作为框架导入,它应该会为您处理依赖项。
与此相关,如果您习惯于使用 Cocoapods 进行依赖项管理,可以观看 iOS 截屏视频 in this video 来指导您在您的应用中使用 Firebase 设置 AdMob。