In the local and remote notification programming guide:
iOS 8 , , . , . , , - , .
, , Apple:
UIUserNotificationType types = UIUserNotificationTypeBadge |
UIUserNotificationTypeSound | UIUserNotificationTypeAlert;
UIUserNotificationSettings * mySettings = [UIUserNotificationSettings settingsForTypes: types categories: nil];
[[UIApplication sharedApplication] registerUserNotificationSettings: mySettings];