iPhone notify_post通知

Wri*_*sCS 5 iphone notifications

如何找出iPhone注册的通知?

例如:

notify_post("com.apple.springboard/Prefs");
Run Code Online (Sandbox Code Playgroud)

kir*_*irb 5

虽然这个问题的答案已经得到确认,但由于@Nate似乎对此感到困惑,我认为我会展示一种更简单的方法. notificationWatcher来自Erica Utilities可用于在标准通知发生时打印它们.从命令行运行它,如下所示:

notificationWatcher -st | grep -v rawOrientation
Run Code Online (Sandbox Code Playgroud)

您不需要grep位,但删除com.apple.springboard.rawOrientation设备移动很多时出现的许多通知很有用.