AFDownloadRequestOperation icon indicating copy to clipboard operation
AFDownloadRequestOperation copied to clipboard

Removed response serializer validate call

Open ynechaev opened this issue 10 years ago • 4 comments

This method was not implemented so caused a compiler error

ynechaev avatar Oct 01 '14 10:10 ynechaev

Didn't someone else just add this PR? I'm just using NSURLSession so not really maintaining this anymore.

steipete avatar Oct 01 '14 10:10 steipete

@steipete what do you mean under PR, can you clarify please?) So, do you recommend to avoid using this component due to lack of support any more?

ynechaev avatar Oct 01 '14 10:10 ynechaev

It still works - I just generally recommend to use NSURLSession unless you need iOS 5/6 support.

steipete avatar Oct 01 '14 10:10 steipete

@steipete I use ios 7+ deployment target, so thank you for the advice. I think I will migrate to NSURLSession.

ynechaev avatar Oct 01 '14 10:10 ynechaev