Alamofire: swift 3 and iOS 8 compatibility

Created on 15 Sep 2016  ·  4Comments  ·  Source: Alamofire/Alamofire

Swift 3 is compatible with iOS8. why the library needs iOS9 ?

support

Most helpful comment

Yeah, I think it would be nice if we support past 3 iOS versions (8,9,10) if possible.

All 4 comments

Yeah, I think it would be nice if we support past 3 iOS versions (8,9,10) if possible.

You can see issue #1367 for a full explanation of why we aren't.

The reason why they target IOS 9 is supporting URLSessionStreamTask. I created a fork https://github.com/tonyli508/AlamofireDomain which disabled URLSessionStreamTask, and will pull the latest changes from time to time.

That is not why. See #1367 for more details and be forewarned, your fork likely isn't reimplementing the various workarounds we had for iOS 8 bugs.

Was this page helpful?
0 / 5 - 0 ratings