Cordova notification plugin failed installation (Cordova 3.6)
问题 I've updated a project from Cordova 3.4 to 3.6.3 and everything has fallen apart (as usual). But specifically, here, the org.apache.cordova.dialogs plugin is not working in runtime on ios. Cordova says the plugin is installed: $ cordova plugins ls org.apache.cordova.dialogs 0.2.9 "Notification" org.apache.cordova.vibration 0.3.10 "Vibration" In config.xml (the one outside of the platforms directory) I have added: <feature name="Notification"> <param name="ios-package" value="CDVNotification"