IOS - Ask for Application Badge permission ios8

UIUserNotificationSettings* notificationSettings = [UIUserNotificationSettings settingsForTypes:UIUserNotificationTypeAlert | UIUserNotificationTypeBadge | UIUserNotificationTypeSound categories:nil];
[[UIApplication sharedApplication] registerUserNotificationSettings:notificationSettings];
posted on 2014-12-06 19:54  tx天翔  阅读(220)  评论(0编辑  收藏  举报