Top "Alamofire" questions

Alamofire is an HTTP networking library written in Swift.

SSL_ERROR_SSL(1): operation failed within the library

I am getting some SSL Errors (which are causing my project to stop/hang with no crash as I have …

ios swift alamofire spotify boringssl
Proper usage of the Alamofire's URLRequestConvertible

I've read couple tutorials, README from @mattt but can't figure out couple things. What is the proper usage of URLRequestConvertible …

ios swift alamofire
Swift 3 Alamofire multipart upload

Thanks to migration to Swift 3, I find it difficult to compile my project that uses Alamofire. The problem occurs when …

ios swift networking alamofire swift3
Extra argument 'method' in call

Getting error while calling Alamofire request method in the latest version(4.0.0). The syntax is: Alamofire.request(urlString,method: .post, parameters: …

alamofire swift3
How to convert a Swift object to a dictionary

I'm relatively new to iOS programming. However, I would have assumed that Swift would have an automated way of converting …

json swift dictionary service alamofire
AlamoFire Download in Background Session

I am using Alamofire within a new app (A Download Manager Sample based on Alamofire) I need some clarifications about …

ios swift network-programming alamofire
How to use Alamofire 4 SessionManager?

I was using Alamofire 3.4 in Swift 2.3 and I need to update my code to Swift 3 and Alamofire 4. I was using …

ios swift alamofire swift3
Always get build error : No such module 'Alamofire'

I followed the instruction of Alamofire in github, I created an xcode project named cocoapods-test & I closed it. I …

ios xcode swift cocoapods alamofire
How to convert "2017-01-09T11:00:00.000Z" into Date in Swift 3?

My problem is that the date is nil. My code looks like print(article_date) // output "2017-01-09T11:00:00.000Z" …

swift swift3 nsdate alamofire nsdateformatter
Alamofire.download() method: Where is the file and did it save successfully?

The example for using Alamofire.download() works just fine, but there isn't any detail in how to access the resulting …

alamofire