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

IosXcodeFirebaseFirebase Analytics

Ios Problem Overview


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

enter image description here

Ios Solutions


Solution 1 - Ios

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.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
Questionserge-kView Question on Stackoverflow
Solution 1 - IosSteve GanemView Answer on Stackoverflow