Provisioning Profiles Missing Family Controls Child Entitlements Despite Development Approval

Hello everyone, I'm facing a critical build issue related to Family Controls entitlements and would appreciate any insights or help from the community or Apple engineers. My Goal:

I am trying to build and run my app on a physical device to test my DeviceActivityMonitor and ShieldConfigurationExtension. I have already been approved for the Family Controls (Development) entitlement.

The Problem: When I try to build, Xcode fails with the following errors, preventing me from testing:

  1. For my DeviceActivityMonitor target:

Provisioning profile "..." doesn't include the com.apple.developer.deviceactivity entitlement.

  1. For my SOSAppShieldExtension target:

Provisioning profile "..." doesn't include the com.apple.developer.screen-time-api entitlement.

The Core Evidence:

This seems to be a server-side issue with how the provisioning profiles are generated. I have used the security cms -D -i command to inspect the downloaded .mobileprovision files. The inspection reveals that the profiles do contain the parent com.apple.developer.family-controls entitlement. However, they are missing the required child entitlements:

  • The profile for my monitor extension is missing <key>com.apple.developer.deviceactivity</key>.
  • The profile for my shield extension is missing <key>com.apple.developer.screen-time-api</key>.

Troubleshooting Steps I've Already Taken: I believe I have exhausted all possible client-side fixes. Here is what I have tried over the past few days:

  1. Confirmed Approval: I am fully approved for the Family Controls (Development) entitlement.
  2. Enabled Capabilities: The "Family Controls" capability is checked and enabled for all three relevant App IDs (main app, monitor extension, shield extension) on the developer portal.
  3. Profile Regeneration: I have deleted and regenerated all provisioning profiles for all targets multiple times.
  4. Forcing a Server Refresh: I have toggled the "Family Controls" capability off, saved, and then toggled it back on and saved again for each App ID.
  5. Creating New Identifiers: I created a brand new, clean App ID for the DeviceActivityMonitor extension (com.sosapp.ios.devicemonitor) and created a new profile for it, but the error persists.
  6. Xcode Configuration: I am using manual signing in Xcode and have double-checked that each target is pointing to the correct, newly downloaded provisioning profile. I have also cleaned the build folder and deleted Derived Data multiple times.

My Question:

Given that my account is approved and the capability is enabled, but the generated profiles are provably missing the necessary child entitlements, this points directly to a bug in the profile generation service on Apple's backend.

Has anyone else experienced this specific issue where the parent entitlement is present but the required child entitlements are missing? Is there a known workaround, or can an Apple engineer please investigate the profile generation for my Team ID? Any help would be greatly appreciated. Thank you!

The inspection reveals that the profiles do contain the parent com.apple.developer.family-controls entitlement. However, they are missing the required child entitlements:

The profile for my monitor extension is missing <key>com.apple.developer.deviceactivity</key>. The profile for my shield extension is missing <key>com.apple.developer.screen-time-api</key>.

Did you apply for entitlement for the child extensions? If not, please do. Each of these extensions requires their own family control entitlement.

I'm having a similar issue. I did not create the profile manually, though, I'm using XCode Managed Profile, and when I look at it, I see that "Family Controls (Development)" capability is present on the profile for my app, and on the profile for my device activity extension. However, the entitlements do not include com.apple.developer.deviceactivity for either, only key>com.apple.developer.family-control</key>

Provisioning Profiles Missing Family Controls Child Entitlements Despite Development Approval
 
 
Q