开启:
?[[UIApplication sharedApplication] registerForRemoteNotificationTypes: UIRemoteNotificationTypeBadge | UIRemoteNotificationTypeSound | UIRemoteNotificationTypeAlert];?
关闭:
?[[UIApplication sharedApplication] unregisterForRemoteNotifications];?
原文:http://www.cnblogs.com/jz319/p/3877410.html