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

AeroGearGCMPushConfiguration.setCategories() not working (addCategory does)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • None
    • None
    • push
    • None

      AeroGearGCMPushConfiguration.setCategories() does not add the category list (addCategory does).

      AeroGearGCMPushConfiguration rm = RegistrarManager.config("myPushRegistar", AeroGearGCMPushConfiguration.class)
      .setPushServerURI(new URI(UNIFIED_PUSH_URL))
      .setSenderIds(GCM_SENDER_ID)
      .setVariantID(VARIANT_ID)
      .setSecret(SECRET);

      rm.setCateories(myList); // not working

            danielpassos Daniel Passos (Inactive)
            emmanuel.lagarrigue Emmanuel Lagarrigue Lazarte (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: