We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 486294b commit d8ff8d6Copy full SHA for d8ff8d6
packages/firebase-analytics/platforms/ios/Podfile
@@ -4,9 +4,9 @@ platform :ios, '12.0'
4
if defined?($NSFirebaseAnalyticsWithoutAdIdSupport)
5
Pod::UI.puts "Using Firebase/AnalyticsWithoutAdIdSupport pod in place of default Firebase/Analytics"
6
7
- pod 'Firebase/AnalyticsWithoutAdIdSupport', '~>10.22.0'
+ pod 'Firebase/AnalyticsWithoutAdIdSupport', '~>10.24.0'
8
else
9
Pod::UI.puts "Using default Firebase/Analytics with Ad Ids. May require App Tracking Transparency. Not allowed for Kids apps."
10
Pod::UI.puts "You may set variable `$NSFirebaseAnalyticsWithoutAdIdSupport=true` in Podfile to use analytics without ad ids."
11
- pod 'Firebase/Analytics', '~>10.22.0'
+ pod 'Firebase/Analytics', '~>10.24.0'
12
end
0 commit comments