Google Tag Manager for iOS - Carthage

Looking at the Google Tag Manager for iOS, it seems that the only way to integrate it is to use CocoaPods.

https://developers.google.com/tag-manager/ios/v5

My company uses Carthage. Can Carthage be used instead? Have any of you been able to do this?

+6
source share
1 answer

Installing it using CocoaPods seems to be the only way to integrate it.

If you want it differently, you can create a demo application and install Google Tag Manager in it using CocoaPods, and then copy the framework file to your project. It worked for me.

0
source

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


All Articles