katzer / cordova-plugin-local-notifications

Cordova Local-Notification Plugin
Apache License 2.0
2.57k stars 1.75k forks source link

Compatibility with PushBots #686

Closed lesonunique closed 9 years ago

lesonunique commented 9 years ago

Hello,

I use the plugin Pushbots for global notifications, but I want use LocalNotifications for custom notifications for each user.

However, when I put my two plugins in config.xml, PhoneGap Build displays this error:

"Error - Two of the plugins in your app are incompatible as they both add a file with the same name. View logs to find which plugins are causing this issue. - You can fix this here"

How can I fix this? (I'm with PhoneGap cli-5.2.0)

Thank you in advance.

Vincent Leveque

lesonunique commented 9 years ago

Finaly I use https://build.phonegap.com/plugins/4332 and it work with PushBots and Phonegap CLI-5.2.0