GoogleService-Info.plist 文件中的 iOS Firebase IS_ADS_ENABLED 标志

标签 ios firebase configuration plist

在向 iOS 应用程序添加 Firebase 支持时,Firebase 会生成此 GoogleService-Info.plist 文件。

此文件中的标志之一是 IS_ADS_ENABLED,默认为 true

我找不到这个标志的任何文档(在网站上或 FIROptions 中)。有谁知道它的作用以及我什么时候可以禁用它?

最佳答案

Firebase 支持给出了关于 IS_ADS_ENABLED 的答案

The IS_ADS_ENABLED key was previously used on Firebase projects that are using Google Ads features. However, it's deprecated now, but your app should have no issues whether it's set to true or false. We're still looking for solutions to remove this for all projects to avoid confusion. As of now, we are yet to find out any details or timelines as to when it will be implemented

是的,您可以禁用它。我在我的项目中禁用了它。

关于GoogleService-Info.plist 文件中的 iOS Firebase IS_ADS_ENABLED 标志,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52380776/

相关文章:

java - 在 Activity 中发送和添加回收器 View 数据时遇到问题

c# - 我是在正确地播种数据还是做错了什么?

java - 更改eclipse项目目录

mysql - MYSQL是否可以记录错误语句?

ios - iOS App的AppDelegate中open URL方法的区别

ios - NSAttributedString 改变字体大小

ios - Reskit 响应只是一个字符串,而不是 JSON

ios - 如何更改启用 "glow"时使用的 UIButton "Shows Touch On Highlight"颜色?

javascript - 从 firebase 向我的网站显示图像的问题如何解决?

php - Firebase 显示成功但不发送云消息 (Android - PHP)