How to read push notifications from other apps in

2019-02-20 02:51发布

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.

1条回答
可以哭但决不认输i
2楼-- · 2019-02-20 03:41

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

查看更多
登录 后发表回答