Security tvOS 15.4 to 16.0 API Differences
SecItem.h
Added
kSecUseUserIndependentKeychain
SecProtocolOptions.h
Removed
#def SEC_PROTOCOL_CERT_COMPRESSION_DEFAULT
SecTrust.h
Modified
SecTrustCopyExceptions()
Declaration
From
CFDataRef _Nonnull SecTrustCopyExceptions(SecTrustRef _Nonnull trust)
To
CFDataRef _Nullable SecTrustCopyExceptions(SecTrustRef _Nonnull trust)