Skip to content

Commit 01baf40

Browse files
committed
Disable analytics initially in plugin.xml on iOS
1 parent c2cc1b8 commit 01baf40

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugin.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@
118118
</array>
119119
</config-file>
120120

121+
<config-file target="*-Info.plist" parent="FIREBASE_ANALYTICS_COLLECTION_ENABLED">
122+
<false/>
123+
</config-file>
124+
121125
<!-- Frameworks -->
122126
<framework src="FirebaseAnalytics" type="podspec" spec="~> 4.2.0"/>
123127
<framework src="FirebaseMessaging" type="podspec" spec="~> 2.2.0"/>

0 commit comments

Comments
 (0)