问题描述
Xcode 7.3,iOS 9.3.3
我的GoogleService-Info.plist"IS_ANALYTICS_ENABLED"设置为"NO".我正在将Firebase集成到我的iOS应用中.首次.这样会阻止Firebase正确分析我的应用程序中的用户活动吗??
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.?
请告知.
我应该将其更改为是"吗?
Should I change it to "YES"?
推荐答案
IS_ANALYTICS_ENABLED指Google Analytics for Apps,而不是Firebase Analytics.我可以看到这令人困惑,但这与Firebase Analytics无关.要详细了解可用于禁用Firebase Analytics的机制,请参阅此页面.
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.
这篇关于适用于iOS的Firebase,GoogleService-Info.plist属性"IS_ANALYTICS_ENABLED"设置为“否"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!