Open shahroon opened 8 years ago
It may be because $cordovaPush
uses https://github.com/phonegap-build/PushPlugin that sets window.plugins
variable, but this plugin is DEPRECATED.
You probably installed the newer plugin https://github.com/phonegap/phonegap-plugin-push, which useswindow.PushNotification
apparently instead, so window.plugins
is undefined.
You should use the $cordovaPushV5
factory which implements the newer plugin instead of $cordovaPush
I am having the same issue,
Recently started working on Push Notifications.