Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 879 Bytes

Readme.md

File metadata and controls

27 lines (17 loc) · 879 Bytes

WIP: DontPushMe

A simple tool to test iOS push notifications.

Disclaimer

Attention please, just dumped some quick and dirty code.. I just made it public because some fellas asked me to access the tool.. It is working but needs a lot of care.

Motivation

The pusher app seems to be legacy and apparently stopped working, as per this issue So this is just a tool to fulfill the gap pusher left.

APNs will not support legacy binary protocol as of March 31, 2021. https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/sending_notification_requests_to_apns/

Requirements

  • p12 certificate and password
  • device token
  • bundle identifier

Technical approach

  • TCAs - The Composable Architecture
  • SwiftUI