1 repository
Capabilities for maintaining active network connections and transfers when the application is not in focus.
Distinct from Background Processing: Focuses specifically on network request continuity in the background, rather than general compute task queuing.
Explore 1 awesome GitHub repository matching software engineering & architecture · Background Network Requests. Refine with filters or upvote what's useful.
This project is an Objective-C HTTP networking library that provides an object-oriented wrapper for CFNetwork to execute synchronous and asynchronous requests on macOS and iOS. It functions as a framework for managing HTTP sessions, performing resumable file transfers, and handling offline content caching. The library distinguishes itself through a resumable file transfer manager that tracks byte offsets and utilizes disk-backed streaming for large uploads and downloads. It also includes a secure credential manager that integrates with the system keychain to handle client certificates and aut
Allows network connections and data transfers to continue even when the application is not in focus.