Notifications

From iPhone Development Wiki
Revision as of 03:30, 16 May 2014 by Uroboro (talk | contribs) (Creation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A notification is a message sent to one or more observing objects to inform them of an event in a program. Not to be confused with notifications a user receives in the Notification Center or Push notifications.

Explain what they are, how to use them and why they are useful.

Relevant APIs:

Darwin notifications are handled by Notifyd.

List of Notification pages

Here is a list of notification pages that have been linked to from this wiki.

This list is incomplete. You can help by expanding it. Or creating the listed pages. You can use Cycript and NotificationExplorer to retrieve the notifications that exist in a process.

ApplicationScripting.framework/Notifications
AppSupport.framework/Notifications‏‎
AudioToolbox.framework/Notifications
AVFoundation.framework/Notifications‏
BackBoardServices.framework/Notifications
BulletinBoard.framework/Notifications
ChatKit.framework/Notifications‏
CoreFoundation.framework/Notifications
CoreTelephony.framework/Notifications
Foundation.framework/Notifications
GraphicsServices.framework/Notifications
IOKit.framework/Notifications
IOSurface.framework/Notifications
MapKit.framework/Notifications
Message.framework/Notifications
Preferences.app/Notifications
Preferences.framework/Notifications‏
QuartzCore.framework/Notifications‏
SpringBoardServices.framework/Notifications‏
TelephonyUI.framework/Notifications
WiFiPicker.servicebundle/Notifications

References

OS X Notification Overview

Notification Programming Topics

notify example