From 0e0a4c09ebae5960fe8e9cc63bcd4774f7479d67 Mon Sep 17 00:00:00 2001 From: JG Date: Mon, 1 Sep 2025 09:46:39 -0400 Subject: [PATCH] Initial commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a1ac84a --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Ghost-Push-Background-Delivery-via-Expired-APNs-Tokens +This repo documents a flaw where APNs delivered push notifications using a cached, expired token—despite failed token lookups and no app re-registration. Background daemons processed the message without an active app context, enabling covert push behavior and violating expected token lifecycle rules.