问题
Which Background notification plugin is available for xdk?
I tried to build an app with the below plugin and The build failed.
Error: Plugin "myBackgroundNotification" failed to install.
What's wrong with XDK cordova build?
Or what's wrong with the plugin and the id?
The plugin-> [https://github.com/katzer/cordova-plugin-local-notifications.git]
The plugin-ID->[de.appplant.cordova.plugin.local-notification ]
from this link-> [https://github.com/katzer/cordova-plugin-local-notifications]
Please, help me.
Thank you in advance.
回答1:
Ok, It works :D
from master
That one does NOT build: [https://github.com/katzer/cordova-plugin-local-notifications.git]
stable version
That one does build: de.appplant.cordova.plugin.local-notification
回答2:
Use this Plugin ID: de.appplant.cordova.plugin.local-notification Check Plugin is located in Cordova Registry
It works. For some reason the plugin in GIT repository does not work.
来源:https://stackoverflow.com/questions/26239681/background-notification-https-github-com-katzer-cordova-plugin-local-notifi