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

后端 未结 1 1962
小鲜肉
小鲜肉 2020-12-14 13:55

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 firs

相关标签:
1条回答
  • 2020-12-14 14:19

    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.

    0 讨论(0)
提交回复
热议问题