About App Store review for ATS

I read the doc https://developer.apple.com/library/content/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html#//apple_ref/doc/uid/TP40009251-SW44

it said "App Transport Security (ATS) is enforced by the
NSURLSession
class and all APIs that use it" and "ATS protections are not available when using lower-level networking APIs provided by Apple, or when using third-party networking libraries."

is that mean, if i use the third-party networking libraries like "curl", even if use http protocol can pass the App Store review?

and if i use third-party networking libraries, any action or notice is needed to performance?

Thanks.



Accepted Reply

if i use the third-party networking libraries like "curl", even if use http protocol can pass the App Store review?

I responded to this in the other place you asked it.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Replies

if i use the third-party networking libraries like "curl", even if use http protocol can pass the App Store review?

I responded to this in the other place you asked it.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"