title: ShareKit description: The payload that configures ShareKit. payload: payloadtype: com.apple.ShareKitHelper supportedOS: iOS: introduced: n/a macOS: introduced: '10.9' deprecated: '10.12' multiple: false devicechannel: true userchannel: true supervised: false requiresdep: false userapprovedmdm: false allowmanualinstall: true userenrollment: mode: forbidden tvOS: introduced: n/a visionOS: introduced: n/a watchOS: introduced: n/a content: macOS only. Specifies which ShareKit plugin can be accessed on client. Both allow and disallow lists can be specified. payloadkeys: - key: SHKAllowedShareServices type: presence: optional content: The list of plugin IDs that show up in the user's Share menu. If this array exists, only these items are permitted. subkeys: - key: SHKAllowedShareServicesItem type: presence: required content: A plugin ID. - key: SHKDeniedShareServices type: presence: optional content: The list of plugin IDs that won't show up in the user's Share menu. This key is used only if there's no `SHKAllowedShareServices` key. subkeys: - key: SHKDeniedShareServicesItem type: presence: required content: A plugin ID.