Uploaded image for project: 'AeroGear'
  1. AeroGear
  2. AEROGEAR-6913

push.register requires "badge": "true", "sound": "true", "alert": "true",

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • None
    • None
    • None
    • None

    Description

      Cordova Push Plugin
      push.register requires "badge": "true", "sound": "true", "alert": "true",
      on iOS but not Android
      In addition, the lack of badge:true failed silently, the errorHandler was not called, but the device token was not registered in the UPS.

      push.register(
      app.successHandler,
      app.errorHandler,

      { "badge": "true", "sound": "true", "alert": "true", ecb: "app.onNotification", pushConfig: config }

      );

      Attachments

        Activity

          People

            edewit1@redhat.com Erik Jan de Wit
            bsutter@redhat.com Burr Sutter
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: