taivo / parse-push-plugin

Push notification plugin for Cordova/Phonegap/ionic on Parse platform
118 stars 102 forks source link

Co-exist with phonegap-plugin-push #56

Closed ghost closed 8 years ago

ghost commented 8 years ago

Error: Permission name C2D_MESSAGE is not unique while cordova build

taivo commented 8 years ago

Thanks @midhunanew . You just taught me something about the ${applicationId} variable.

Are you using phonegap-plugin-push to get notifications on Windows?

ghost commented 8 years ago

@taivo You are welcome. :) I'm not using phonegap-plugin-push on Windows. I'm currently working on Android and iOS.

taivo commented 8 years ago

I'm curious: what is the need to use both push plugins together?

ghost commented 8 years ago

@taivo Actually I'm working on a maintenance project, I guess they were using 'phonegap-plugin-push' for register/unregister callbacks.