@DTS Engineer Tested with Xcode 26.2 downloaded from the App Store, against iPhone 17 Pro running 26.1 (23B85) Xcode Version 26.2 (17C52)
So this property wasn't tested. I haven't touched PermissionKit yet so I wasn't actively testing this, however my wrapper library code still fails for this property too and causes a runtime crash due to symbol not found.
AgeRangeService.ParentalControls.significantAppChangeApprovalRequired
55C0A89C-7970-4C69-B5D3-1E6873C6EF2B-diagnostic.json
Here is some offending code, assumes iOS 26 minimum target:
extension ParentalControls {
public init(activeParentalControls: AgeRangeService.ParentalControls) {
var value: Int = 0
if activeParentalControls.contains(.communicationLimits) {
value |= ParentalControls.communicationLimits.rawValue
}
if activeParentalControls.contains(.significantAppChangeApprovalRequired) {
value |= ParentalControls.significantAppChangeApprovalRequired.rawValue
}
self.rawValue = value
}
}
Topic:
App Store Distribution & Marketing
SubTopic:
General
Tags: