<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.10.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CloudKit",
  "identifier" : "/documentation/CloudKit/CKNotification/init(fromRemoteNotificationDictionary:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "CloudKit"
    ],
    "preciseIdentifier" : "c:objc(cs)CKNotification(cm)notificationFromRemoteNotificationDictionary:"
  },
  "title" : "init(fromRemoteNotificationDictionary:)"
}
-->

# init(fromRemoteNotificationDictionary:)

Creates a new notification using the specified payload data.

```
convenience init?(fromRemoteNotificationDictionary notificationDictionary: [AnyHashable : Any])
```

## Parameters

`notificationDictionary`

The push notification’s payload data. Use the dictionary that the system provides to your app delegate’s <doc://com.apple.documentation/documentation/UIKit/UIApplicationDelegate/application(_:didReceiveRemoteNotification:fetchCompletionHandler:)> method. This parameter must not be `nil`.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)