Is there a reason I can't access the state of a Safari Extension on iOS

On macOS we have SFSafariExtensionManager and

class func getStateOfSafariExtension(withIdentifier: String, completionHandler: (SFSafariExtensionState?, Error?) -> Void)

Which allows us to inform the user in the container app if the extension is currently enabled.

This API is not available in iOS. Is there a technical reason or policy behind this or is it just a missing feature in which case I will raise a feature request?

Is there a reason I can't access the state of a Safari Extension on iOS
 
 
Q