Does Google Analytics 3.17 use for iOS using Cocoapods Bitcode?

I just noticed an update for Google Analytics for iOS (3.17), and I wonder if it is possible to switch to using this Cocoapod ( https://cocoapods.org/pods/GoogleAnalytics ) and does it support the bitcode correctly? There used to be problems with these Cocoapods.

In particular, I have been using Google Analytics 3.15 in my application for several months, but I did not use Cocoapod because it did not compile for me (Google did not support Bitcode for iOS for the version of Cocoapod code, if I remember correctly). Somewhere I read that by directly downloading the GoogleAnalyticsServices library ( https://developers.google.com/analytics/devguides/collection/ios/v3/sdk-download ) and dragging it into my project in Xcode, it will work and there will be a supporting bitcode. What he has, and he worked well all the time.

But now I want to upgrade and use Cocoapods if it supports Bitcode and is more officially supported by Google.

Somebody knows?

Thank.


PS. Which version?

Google says to use Cocoapod with the name:

pod 'Google/Analytics'

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

Cocoapods.org Google , :

pod 'GoogleAnalytics'

(https://cocoapods.org/pods/GoogleAnalytics)

?

+4
1

Google/Analytics pod - , Google Analytics iOS. GoogleAnalytics ; pod.

+2

Source: https://habr.com/ru/post/1657424/


All Articles