Hello,
does anyone have any info/insight when we will be able to test app version that contains the Family Controls entitlement to TestFlight? iOS 16 is getting really close..
When we try to upload the build, Xcode shows the entitlements error and the Apple Developer portal shows that Family Controls is still available only for Development profile.
Thanks!
Try this:
-
Go to Developer > Account > Certificates, Identifiers & Profiles > Profiles.
-
Create a new Development > iOS App Development profile.
-
Select your app’s App ID.
-
Run through the rest of the workflow and, at the end, download the profile.
-
Dump the profile using the command in TN3125 Inside Code Signing: Provisioning Profiles.
The entitlement allowlist in the profile should include com.apple.developer.family-controls
. Confirm that’s the case.
Now repeat the process except, in step 2, create a Distribution > App Store profile. Does that profile include com.apple.developer.family-controls
?
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"