---
title: Parent Application Identifiers Entitlement
framework: bundleresources
role: symbol
role_heading: Property List Key
path: bundleresources/entitlements/com.apple.developer.parent-application-identifiers
---

# Parent Application Identifiers Entitlement

A list of parent application identifiers for an App Clip with exactly one entry.

## Discussion

Discussion The Parent Application Identifiers entitlement establishes a secure association between an App Clip and its corresponding app. Add it only to an App Clip target. note: When you add an App Clip target to your project as described in Creating an App Clip with Xcode, Xcode creates this entitlement and adds the correct value. Because an App Clip is always associated with exactly one app, ensure the parent application entitlement has exactly one entry, the corresponding app’s application identifier. Ensure that the application identifier for the App Clip uses the full app’s application identifier as its prefix, followed by a string. For example, if your app’s application identifier is $(AppIdentifierPrefix)com.example.MyApp, the App Clip’s application identifier may be $(AppIdentifierPrefix)com.example.MyApp.Clip.

## See Also

### App Clips

- [com.apple.developer.associated-appclip-app-identifiers](bundleresources/entitlements/com.apple.developer.associated-appclip-app-identifiers.md)
- [com.apple.developer.on-demand-install-capable](bundleresources/entitlements/com.apple.developer.on-demand-install-capable.md)
