How can I find out what notifications the iPhone has registered?
for instance:
notify_post("com.apple.springboard/Prefs");
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Although an answer has already been confirmed for this question, since @Nate seemed confused about it, I thought I’d show an easier method.
notificationWatcherfrom Erica Utilities can be used to print a list of standard notifications as they happen. Run it from the command line like so:You don’t need the grep bit, but it’s useful to remove the many
com.apple.springboard.rawOrientationnotifications that appear when the device is moving around a lot.