Firebase for iOS, GoogleService-Info.plist property “IS_ANALYTICS_ENABLED” set to “NO”

ε祈祈猫儿з 提交于 2019-12-04 09:50:42

问题


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.?

Please advise.

Should I change it to "YES"?


回答1:


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.



来源:https://stackoverflow.com/questions/38549074/firebase-for-ios-googleservice-info-plist-property-is-analytics-enabled-set-t

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!