开启:


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


关闭:


[[UIApplication sharedApplication] unregisterForRemoteNotifications];

posted on 2014-07-30 10:30  М80メ  阅读(599)  评论(0编辑  收藏  举报