简体   繁体   中英

How can I intercept the updates/notifications from an app in Android / iOS

Supposed I want to know what were the notifications provided by a particular app between time X and time Y (it could be even the simple sms app) on Android/iOS, is it possible?

Are there any specific apps that allow/do not allow us to intercept these notifications?

On iOS you can get access to 3rd party notifications from a second device that presents itself to the iOS device as a Bluetooth accessory. That's how Pushbullet gets notifications to the desktop. See: https://developer.apple.com/library/ios/documentation/CoreBluetooth/Reference/AppleNotificationCenterServiceSpecification/Introduction/Introduction.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM