iOS Network Communication¶
Overview¶
Almost every iOS app acts as a client to one or more remote services. As this network communication usually takes place over untrusted networks such as public Wi-Fi, classical network based-attacks become a potential issue.
Most modern mobile apps use variants of HTTP-based web services, as these protocols are well-documented and supported.
Knowledge Articles¶
ID | Name | Platform |
---|---|---|
MASTG-KNOW-0072 | Server Trust Evaluation | |
MASTG-KNOW-0071 | iOS App Transport Security | |
MASTG-KNOW-0073 | iOS Network APIs |