xcode iOS 版 Firebase,GoogleService-Info.plist 属性“IS_ANALYTICS_ENABLED”设置为“NO”
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/38549074/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Firebase for iOS, GoogleService-Info.plist property "IS_ANALYTICS_ENABLED" set to "NO"
提问by serge-k
Xcode 7.3, iOS 9.3.3
Xcode 7.3,iOS 9.3.3
My GoogleService-Info.plist "IS_ANALYTICS_ENABLED" is set to "NO". I am integrating Firebase into my iOS app. for the first time. Will this prevent Firebase from properly analyzing user activity in my app.?
我的 GoogleService-Info.plist "IS_ANALYTICS_ENABLED" 设置为 "NO"。我正在将 Firebase 集成到我的 iOS 应用中。首次。这会阻止 Firebase 正确分析我应用中的用户活动吗?
Please advise.
请指教。
Should I change it to "YES"?
我应该将其更改为“是”吗?
回答by Steve Ganem
IS_ANALYTICS_ENABLED refers to Google Analytics for Apps, not Firebase Analytics. I can see how that is confusing, but it is unrelated to Firebase Analytics. To read more about the mechanism by which you can disable Firebase Analytics, refer to this page.
IS_ANALYTICS_ENABLED 指的是 Google Analytics for Apps,而不是 Firebase Analytics。我可以看出这有多令人困惑,但它与 Firebase Analytics 无关。要了解有关禁用 Firebase Analytics 的机制的更多信息,请参阅此页面。