cmackay / google-analytics-plugin

Cordova Google Analytics Plugin for Android & iOS
Apache License 2.0
89 stars 43 forks source link

Phonegap Build #58

Closed vespino closed 8 years ago

vespino commented 8 years ago

Any chance of this plugin working with Phonegap Build?

cmackay commented 8 years ago

Do you get an error message? Do you have any details?

vespino commented 8 years ago

Are you saying the plugin should work with PGB? I didn't look into any errors, but my app seemed to stop due to a JavaScript error.

cmackay commented 8 years ago

It was working with phone gap and I am not aware of any issues. Let me know if you have any error details.

cmackay commented 8 years ago

Here is an older issue related to phonegap so you can see how others have integrated the plugin with their phonegap build. https://github.com/cmackay/google-analytics-plugin/issues/40

cmackay commented 8 years ago

you may need the source attribute when including the plugin:

<gap:plugin name="com.cmackay.plugins.googleanalytics" source="npm" />
vespino commented 8 years ago

I have tested another plugin which works fine.