You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 18, 2021. It is now read-only.
The declaration of _kCFStreamPropertySSLClientSideAuthentication in TCPStream.m causes a review rejection for my Mac app. Has not been a problem for at least 5 months, but now it is. Grrrr
#if !TARGET_OS_IPHONE
// You can't do client-side SSL auth using CFStream without this constant,// but it was accidentally not declared in a public header.// Unfortunately you can't use this on iPhone without Apple rejecting your app// for using "private API". :-(externconst CFStringRef _kCFStreamPropertySSLClientSideAuthentication; // in CFNetwork
#endif