# Shmoopi/iOS-System-Services

iOS System Services is a class to gather all available information about a device.

Repository: https://github.com/Shmoopi/iOS-System-Services
Canonical: https://ross.abutalabs.com/products/ios-system-services
Homepage: http://www.shmoopi.net/
Language: Objective-C
License: MIT
License Family: permissive
Last push: 2026-07-01T05:32:24+00:00

## Health v2 (maintenance only)
Score: 73/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 90, release rhythm 35, longevity 100
- inputs: {"age_days": 5075, "days_push": 63, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1998, forks 363 (observed 2026-08-28T04:06:03.601142+00:00)

## What it is
iOS System Services is an Objective-C library that exposes 70+ read-only properties about an iOS device through a single singleton facade, covering hardware, network, battery, motion, disk, memory, carrier, and localization details. It installs via CocoaPods, Swift Package Manager, or manual copy and requires iOS 15+.

## Use cases
- get device hardware information in an iOS app
- read battery and memory stats on iPhone
- detect device model and identifiers in Objective-C
- gather carrier and network info on iOS
- snapshot all system information in one call
- check disk space and processor details on iOS devices

## When to choose
- you need a drop-in Objective-C library for comprehensive iOS device info
- you want one API instead of wiring UIKit, CoreTelephony, CoreMotion yourself
- your project supports iOS 15+ and uses CocoaPods or SPM

## When to avoid
- you need a Swift-native API with modern async patterns
- you target iOS versions below 15
- you only need one or two pieces of info that simple UIKit APIs already provide

## Facets
- artifact type: library
- maturity: active
- function: developer-tools, sdk
- domain: mobile-development, developer-tools, hardware
- platform: -
- tags: device-information, objective-c, ios-sdk, hardware-info, system-diagnostics, cocoapods, swift-package-manager, ios, mobile, swift

## Member repositories
- Shmoopi/iOS-System-Services (main) score 73

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:03.601142+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:02:12.073052+00:00, confidence not recorded.
  - readme: https://github.com/Shmoopi/iOS-System-Services (fetched 2026-08-28T04:06:03.601142+00:00, sha d1b93a54cfea)
- Data as of 2026-08-30T08:39:29.467469+00:00.
