开启:
[[UIApplication sharedApplication] registerForRemoteNotificationTypes: UIRemoteNotificationTypeBadge | UIRemoteNotificationTypeSound | UIRemoteNotificationTypeAlert];
关闭:
[[UIApplication sharedApplication] unregisterForRemoteNotifications];
开启:
[[UIApplication sharedApplication] registerForRemoteNotificationTypes: UIRemoteNotificationTypeBadge | UIRemoteNotificationTypeSound | UIRemoteNotificationTypeAlert];
关闭:
[[UIApplication sharedApplication] unregisterForRemoteNotifications];