Skip to content

Commit d8ff8d6

Browse files
authored
feat(analytics): iOS SDK 10.24+ (#257)
1 parent 486294b commit d8ff8d6

File tree

1 file changed

+2
-2
lines changed
  • packages/firebase-analytics/platforms/ios

1 file changed

+2
-2
lines changed

packages/firebase-analytics/platforms/ios/Podfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ platform :ios, '12.0'
44
if defined?($NSFirebaseAnalyticsWithoutAdIdSupport)
55
Pod::UI.puts "Using Firebase/AnalyticsWithoutAdIdSupport pod in place of default Firebase/Analytics"
66

7-
pod 'Firebase/AnalyticsWithoutAdIdSupport', '~>10.22.0'
7+
pod 'Firebase/AnalyticsWithoutAdIdSupport', '~>10.24.0'
88
else
99
Pod::UI.puts "Using default Firebase/Analytics with Ad Ids. May require App Tracking Transparency. Not allowed for Kids apps."
1010
Pod::UI.puts "You may set variable `$NSFirebaseAnalyticsWithoutAdIdSupport=true` in Podfile to use analytics without ad ids."
11-
pod 'Firebase/Analytics', '~>10.22.0'
11+
pod 'Firebase/Analytics', '~>10.24.0'
1212
end

0 commit comments

Comments
 (0)