Navigation

    Monaca & Onsen UI
    • Login
    • Search
    • Tags
    • Blog
    • Playground
    1. Home
    2. Tags
    3. pushnotification-cordova

    • A

      Monaca backend push notifications
      Monaca Tools • monaca pushnotification-cordova backend • • acct

      5
      0
      Votes
      5
      Posts
      4766
      Views

      J

      Estoy intentando entender de que va exactamente las notificaciones push de backend del portal Monaca.
    • C

      How to install Cordova Pushwoosh Push Notifications plugin
      Monaca Tools • cordova pushnotification-cordova notifications pushwoosh • • carlosflores

      3
      0
      Votes
      3
      Posts
      3662
      Views

      @carlosflores Hi, the error is caused by <config-file> settings with no target defined in config.xml within the plugin. They are breaking plugins. For more information about this issue, please refer to this thread. In short, you will need to modify the config.xml file of the plugin and make sure that every <config-file> setting has defined a target.
    • C

      Pluging installation
      Monaca Tools • cordova plugins pushnotification-cordova • • carlosflores

      5
      0
      Votes
      5
      Posts
      5462
      Views

      @carlosflores So I’ve just tried to import the plugin myself. You don’t need any configuration regarding this plugin in config.xml file. Then, add cordova-plugin-enable-multidex plugin to your project. This way the build will succeed.