# acoomans/SimulatorRemoteNotifications

Library to send mock remote notifications to the iOS simulator

Repository: https://github.com/acoomans/SimulatorRemoteNotifications
Canonical: https://ross.abutalabs.com/products/simulatorremotenotifications
Language: Objective-C
License: BSD-2-Clause
License Family: permissive
Last push: 2021-07-07T02:52:49+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4949, "days_push": 1883, "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 1368, forks 118 (observed 2026-08-28T04:04:31.532364+00:00)

## What it is
An Objective-C library that extends UIApplication to receive mock remote notifications on the iOS simulator via a mini UDP server. It includes a macOS companion app for sending JSON-formatted notification payloads without using Apple's Push Notification service.

## Use cases
- test push notification handling in the iOS simulator
- send mock remote notifications without APNs
- debug didReceiveRemoteNotification delegate callbacks locally
- simulate background push notifications during development
- trigger remote notification payloads via UDP from scripts

## When to choose
- you need to test remote notification code paths in the iOS simulator where APNs is unavailable
- you want a lightweight local way to trigger push notification callbacks during development

## When to avoid
- you need to send real push notifications to physical devices
- you need a maintained solution for modern iOS versions or Swift-based projects
- you require end-to-end testing against the actual Apple Push Notification service

## Facets
- artifact type: library
- maturity: maintenance
- function: testing, mocking, sdk
- domain: mobile-development, developer-tools, testing
- platform: -
- tags: ios-simulator, push-notifications, objective-c, mock-notifications, udp, cocoapods, ios, macos, mobile

## Member repositories
- acoomans/SimulatorRemoteNotifications (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:31.532364+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-30T04:41:02.467946+00:00, confidence not recorded.
  - readme: https://github.com/acoomans/SimulatorRemoteNotifications (fetched 2026-08-28T04:04:31.532364+00:00, sha 7b207d6315cf)
- Data as of 2026-08-30T08:39:29.467469+00:00.
