Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Tag Manager for iOS - Carthage

After taking a look to Google Tag Manager for iOS, it seems the only way to integrate it is by using CocoaPods.

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

My company use Carthage, though. Would it be possible to use Carthage instead? Did any of you manage to do it?

like image 348
RGML Avatar asked Feb 23 '17 16:02

RGML


1 Answers

Seems like installing it with CocoaPods is the only way to integrate it.

If you want other way, You can create a demo app and install Google Tag Manager in it using CocoaPods and then copy the framework file into your project. It worked for me.

like image 110
manishsharma93 Avatar answered Sep 25 '22 17:09

manishsharma93