Alamofire Tutorial for iOS: Advanced Usage | Kodeco

In this tutorial, you’ll learn about the advanced usage of Alamofire. Topics include handling OAuth, network logging, reachability, caching and more.


This is a companion discussion topic for the original entry at https://www.kodeco.com/11668143-alamofire-tutorial-for-ios-advanced-usage

In GitHubConstants error : static let redirectURI = “gitonfire://”
It work: static let redirectURI = “gitonfire”

Hi @vidhur

I followed your tutorial but on xcode 16 it gives me a lot of problems. even if the version of swift I’m using is swift 5 it gives me a lot of concurrency problems. for example it tells me that the value of the parameters dictionary does not conform to the ‘Sendable’ protocol. and there are many similar errors and I don’t know how to move to correct them. could you give me some suggestions and maybe update the code to Swift 6?