Contents

remoteNotification

A key indicating that a remote notification is available for the app to process.

Declaration

static let remoteNotification: UIApplication.LaunchOptionsKey

Discussion

The value of this key is an NSDictionary containing the payload of the remote notification. See the description of application(_:didReceiveRemoteNotification:) for further information about handling remote notifications.

This key is also used to access the same value in the userInfo dictionary of the notification named didFinishLaunchingNotification.

See Also

Accessing launch options