subscriptionOwnerUserRecordID
The ID of the user record that creates the subscription that generates the push notification.
Declaration
@NSCopying var subscriptionOwnerUserRecordID: CKRecord.ID? { get }Discussion
On a system that supports multiple users, such as tvOS, use this identifier to check whether the pending content is for the current user. If your app always fetches data from CloudKit on launch, you may improve efficiency by disregarding notifications for other users.
For more information about supporting a multiuser environment, see Personalizing Your App for Each User on Apple TV.