Open mikestecker opened 10 years ago
It worked for me with
cordova plugin add https://github.com/phonegap-build/GAPlugin.git
and Android
This no longer works
cordova plugin add https://github.com/phonegap-build/GAPlugin.git
You will get cross-device link not permitted
You should download locally and do something like
cordova plugin add /your-path/GAPlugin-master/
I'm trying to install a extension called Angulartics for an AngularJS based mobile framework designed to hook in with Google Analytics and Cordova.
In their instructions, I am being told to install the GAPlugin, however I cannot get it to work. After some Google searches, it seems there a bunch of different versions out there, however when I try to install them using
cordova plugin add [repo-path]
, none I have found so far work.The app I am building requires iOS7+. Any help would be appreciated!
Thanks!