Alamofire is an HTTP networking library written in Swift.
I am trying to do a synchronous request using Alamofire. I have looked on Stackoverflow and found this question: making …
ios swift alamofire synchronousMy question is quite similar to this one, but for Alamofire : AFNetworking: Handle error globally and repeat request How to …
ios swift networking alamofireI am trying to call a service using Alamofire using a .get method. The request has nothing special no parameters …
ios swift alamofireIm a newb here but I have an app that is subject to MITM attacks. After I bit of research …
swift ssl certificate alamofire pinningI m using Alamofire and SwiftyJSOn to parse JSON output. It works very well however some sites give json with …
swift alamofire swifty-jsonI am trying to get learn how to use AlamoFire and I am having trouble. My method so far is …
swift alamofireI'm getting "NSURLErrorDomain Code=-1004" error with Alamofire API calls, but only for few seconds after app started (or took …
ios ios9 afnetworking alamofireCurrently I have an iOS app that pulls prices and data from websites. So far its been working well, but …
url cookies swift3 alamofire urlrequest