, . push- , registerForRemoteNotificationTypes: , , push- .
, , : .
, options, application:didFinishLaunchingWithOptions:. , , , , , push- , .
application:didFinishLaunchingWithOptions: :
NSDictionary *pushNotificationPayload = [launchOptions valueForKey:UIApplicationLaunchOptionsRemoteNotificationKey];
if(pushNotificationPayload) {
[self application:application didReceiveRemoteNotification:pushNotificationPayload];
}