0

I am using pod GoogleAnalytics-iOS-SDK in my application. I see that it is deprecated now. Which one is replacement for that with all the existing functions. Thanks in advance.

nOOb iOS
  • 1,384
  • 2
  • 19
  • 37

2 Answers2

2

Open the Podfile created for your application and add the following:

pod 'Google/Analytics', '~> 1.0.0'

https://developers.google.com/analytics/devguides/collection/ios/v3/

charlyatwork
  • 1,187
  • 8
  • 13
0

Having wasted an inordinate amount of time keeping Google Analytics running cleanly in an existing app, I finally found this statement by Google:

"Note: The Firebase SDK is the recommended method to track iOS apps"

https://developers.google.com/analytics/devguides/collection/ios/v3/?ver=swift

saswanb
  • 1,975
  • 1
  • 17
  • 25