Top "Alamofire" questions

Alamofire is an HTTP networking library written in Swift.

Alamofire No Such Module (CocoaPods)

Using Xcode 7 I am trying to install Alamofire in a sample project. Have used the instructions from Ray Wenderlich's page …

ios cocoapods alamofire
IPv6 App Store Rejection

Our update has been rejected twice today for ipv6 network connectivity issues. Our networking code has not changed between the …

ios amazon-web-services app-store app-store-connect alamofire
'Method' is ambiguous for type lookup in this context, Error in Alamofire

I am using Alamofire for network handling in swift and run into one weird error. It seems like we can't …

swift alamofire
JSONSerialization Invalid type in JSON write (_SwiftValue)

Why does the following code give me the error: Invalid type in JSON write (_SwiftValue). The error is thrown on …

alamofire swift3
How to add Alamofire URL parameters

I have a working scenario using Postman passing in URL parameters. Now when I try to do it via Alamofire …

swift alamofire
What are Embedded Binaries in Xcode?

I'm using Alamofire in a Swift project, and part of their manual installation instructions are to add Alamofire under Embedded …

xcode xcode6 embed alamofire
AlamoFire asynchronous completionHandler for JSON request

Having used the AlamoFire framework I've noticed that the completionHandler is run on the main thread. Im wondering if the …

swift alamofire
Chain multiple Alamofire requests

I'm looking for a good pattern with which I can chain multiple HTTP requests. I want to use Swift, and …

ios swift alamofire promisekit
How can I log each request/response using Alamofire?

Is there a way to log each request / response using Alamofire (something similar to AFNetworkActivityLogger) ? I am aware of Printable, …

ios debugging afnetworking-2 alamofire
How to disable caching in Alamofire

When I send a GET request twice with Alamofire I get the same response but I'm expecting a different one. …

ios swift caching alamofire