Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version that works? #71

Open
mikestecker opened this issue Jul 18, 2014 · 2 comments
Open

Version that works? #71

mikestecker opened this issue Jul 18, 2014 · 2 comments

Comments

@mikestecker
Copy link

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!

@arekstryjski
Copy link

It worked for me with

cordova plugin add https://github.com/phonegap-build/GAPlugin.git

and Android

@quanghoc
Copy link

quanghoc commented Jul 9, 2015

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants