---
title: DriverKit Allow Third Party User Clients
framework: bundleresources
role: symbol
role_heading: Property List Key
path: bundleresources/entitlements/com.apple.developer.driverkit.allow-third-party-userclients
---

# DriverKit Allow Third Party User Clients

A Boolean value that indicates whether an iPadOS driver accepts calls from third-party user clients.

## Discussion

Discussion By default, an iPadOS driver accepts user-client connections from apps signed with the same team ID and the Communicates with Drivers entitlement. Set this entitlement to true on a driver to allow connections apps with other team IDs. The connecting apps must still have the Communicates with Drivers entitlement.

## See Also

### User client entitlements

- [com.apple.developer.driverkit.userclient-access](bundleresources/entitlements/com.apple.developer.driverkit.userclient-access.md)
- [com.apple.developer.driverkit.allow-any-userclient-access](bundleresources/entitlements/com.apple.developer.driverkit.allow-any-userclient-access.md)
- [Communicates with Drivers](bundleresources/entitlements/com.apple.developer.driverkit.communicates-with-drivers.md)
