mzeeshanid/MZDownloadManager
This download manager uses NSURLSession api to download files. It can download multiple files at a time. It can download large files if app is in background. It can resume downloads if app was quit. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4972
- days_rel: n/a
- days_push: 1196
- n_releases_24m: 0
Adoption not part of the score
1117 stars · 234 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Swift download manager library for iOS built on URLSession that supports concurrent, background, resumable, pausable, and retryable file downloads. It is distributed via CocoaPods and Swift Package Manager.
Use cases
- download multiple files concurrently in an ios app
- resume interrupted downloads after app quit
- download large files while app is in background
- pause and retry file downloads
- download files to a custom destination path
When to choose
- you need background or resumable downloads in an iOS app without writing URLSession delegate plumbing yourself
- you want a lightweight, battle-tested Swift download manager with CocoaPods/SPM support
When to avoid
- your project targets platforms other than iOS
- you need modern async/await APIs or active development - the project is in maintenance mode
- your server does not support range requests needed for resuming
Facets
library · maturity maintenance
http-client file-upload developer-tools mobile-development files networking download-manager nsurlsession background-downloads resumable-downloads cocoapods swift-package-manager ios-tools ios swift mobile
1 source
- readme: https://github.com/mzeeshanid/MZDownloadManager · fetched 2026-08-28 · 6b98e7443815
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mzeeshanid/MZDownloadManager | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="mzeeshanid/MZDownloadManager")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem