Skip to content

This is an sample about how to use AFNetworking Library to manage downloading large file, e.g.Software Update

Notifications You must be signed in to change notification settings

jimyu0414/AFNetworking-Large-file-Automating-Download-Recovery-After-Failure

Repository files navigation

AFNetworking Large File Automating Download Recovery After Failure

This is a simple xcode project showing how to use AFNetworking library to manage large file download

------Features----

  • automatically recover failures on behalf of the user when possible
  • this project asynchronously downloads a content file forma an HTTP server when user presses a button
  • When the application is closed in the middle of a transfer or when network connectivity disappears it save the state of the transer
  • If the application has an unfinished download left over, it periodically poll the network to determine if the network is reachable. If so, it attempt to resume the transfer.

Alt text

About

This is an sample about how to use AFNetworking Library to manage downloading large file, e.g.Software Update

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published