How to read push notifications from other apps in iOS
Asked Answered
R

1

2

I wanted to know how to be able to read and get the contents of another app's push notification in iOS. Such as a push notification from Facebook Messenger, or Twitter.

I know this is possible because that is exactly what the Pebble Smartwatch iOS app does. It intercepts the push notifications of the iPhone and sends them to the smartwatch over Bluetooth.

Reincarnate answered 8/12, 2014 at 6:47 Comment(0)
T
5

Devices such as the Pebble, use the ANCS service with Bluetooth. An app cannot directly access the notifications for/from other apps.

Thorner answered 8/12, 2014 at 7:27 Comment(1)
This may be one way - #32334653Terrier

© 2022 - 2024 — McMap. All rights reserved.