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

what to replace com.adobe.plugins.gaplugin with #93

Open
usernomen opened this issue Jun 3, 2017 · 6 comments
Open

what to replace com.adobe.plugins.gaplugin with #93

usernomen opened this issue Jun 3, 2017 · 6 comments

Comments

@usernomen
Copy link

I am currently creating a new app, and I keep getting the error: plugin unsupported: com.adobe.plugins.gaplugin.
I have tried to do research to find what to replace the plugin with, but I cannot find any clear answer.
Can anyone help?

@racingsolution
Copy link

I ended up using this one

<gap:plugin name="cordova-plugin-google-analytics" source="npm">

@usernomen
Copy link
Author

when i replace the old plugin with <gap:plugin name="cordova-plugin-google-analytics" source="npm">
i get the error: plugin unsupported: <gap_plugin name="cordova-plugin-google-analytics" source="npm">
as well

@racingsolution
Copy link

Straight from my config file
<gap:plugin name="cordova-plugin-google-analytics" source="npm"> <param name="ios-package" value="UniversalAnalyticsPlugin" /> <param name="android-package" value="com.danielcwilson.plugins.analytics.UniversalAnalyticsPlugin" /> <param name="wp-package" value="UniversalAnalyticsPlugin" /> </gap:plugin>

@usernomen
Copy link
Author

what program do you use to edit xml files?

@racingsolution
Copy link

Notepad++

@usernomen
Copy link
Author

could you send me your whole xml document

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

2 participants