2

Has anyone been able to get push notifications working in their Monaca app, by not using Monaca's backend service? For what it's worth, I also tried using their backend service, but couldn't get it to work and even if it did, it's not nearly good enough according to their documentation.

I'm trying to use PushWoosh.

Below returns "undefined" .

alert(window.plugins.pushNotification);  

4

1 回答 1

2

It's as simple as importing the PushPlugin as a custom plugin, which requires the upgraded plan. They just don't offer it as a "core" plugin.

于 2015-03-20T01:52:55.990 回答