-
-
Notifications
You must be signed in to change notification settings - Fork 196
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
Cordova fails #128
Comments
Are you using push 3.x? |
Hi, |
Are you also using the cordova facebook pugin? Because Cordova facebook uses android support v4 while phonegap push uses v13 and this causes that DexException. |
@kimeshan-gleat Nope, I'm using some other plugins like Local Notification. I know that my Meteor app loads "android-support-v4" while building the app, I'll later check which plugin causes the the issue. Thank you for the information. |
In my case, I've removed https://github.com/katzer/cordova-plugin-local-notifications - is there a way to fire local notification with the "raix:push" plugin? I'm using GCM only when the user is offline and want to fire a notification without GCM when he is online. |
Hello,
when adding your package, I get the following error on build:
It has something to do with phonegap-plugin-push. I got the same error when I only add that Cordova plugin to my project. I'm using Meteor 1.2
The text was updated successfully, but these errors were encountered: