Is there an iOS API I can use to get the Rapid Security Response version? The version is a suffix to the OS version e.g. (a), (b), etc, but I don't mind having an API that gives me the full version e.g. 16.4.1 (a).
I have tried UIDevice.current.systemVersion to see if it contains the suffix when run on a Rapid Security Response OS version, but it doesn't (doing that instead of introducing a new API would break lots of existing code anyway).