Skip to content

Commit

Permalink
feat(analytics): iOS SDK 10.24+ (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed May 2, 2024
1 parent 486294b commit d8ff8d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/firebase-analytics/platforms/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ platform :ios, '12.0'
if defined?($NSFirebaseAnalyticsWithoutAdIdSupport)
Pod::UI.puts "Using Firebase/AnalyticsWithoutAdIdSupport pod in place of default Firebase/Analytics"

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

0 comments on commit d8ff8d6

Please sign in to comment.