What is App transport security(ATS)?. App transport security improves user security and privacy by making secure connections to network.
2023-04-12 . 2 min read Xcode Networking
Unit testing is a testing method where you can test "unit" of code whether it is working as you want or not. In Xcode, use XCTest framework to perform unit tests.
2020-06-29 . 2 min read Xcode Testing