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

iOS8 notification for HelloWorld

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Major
    • None
    • None
    • push

    Description

      [[UIApplication sharedApplication] registerForRemoteNotificationTypes: (UIRemoteNotificationTypeBadge | UIRemoteNotificationTypeSound | UIRemoteNotificationTypeAlert)];

      has been deprecated for

      UIUserNotificationSettings* notificationSettings = [UIUserNotificationSettings settingsForTypes:UIUserNotificationTypeAlert categories:nil];
      [[UIApplication sharedApplication] registerUserNotificationSettings:notificationSettings];
      [application registerForRemoteNotifications];

      We need to change HelloWorld

      Attachments

        Activity

          People

            corinnekrych_jira Corinne Krych (Inactive)
            corinnekrych_jira Corinne Krych (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: