Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法读取 iOS 通知(如 Android 的NotificationListener)?我只需要知道哪个应用程序发送了通知。
NotificationListener
不,iOS 环境在这方面完全不同。它不允许任何应用程序读取与其他应用程序相关的任何信息。这就是iOS 系统如此安全的原因。
出于同样的原因(安全目的),您无权访问 iOS 的通知区域。所以用一个词来回答就是“不”