Changes

Scheduling iOS 4 iPad Local Notifications (Xcode 4)

612 bytes added, 16:54, 17 May 2011
no edit summary
Local notifications were introduced in iOS 4.0 alongside multitasking support as a way for iPad applications placed in the background or in a suspended state to notify the user of an event. In this chapter we have worked through an example of scheduling a local notification for a future time when an iPad application receives notification that it is transitioning to the background state. Also covered were the steps necessary to cancel pending notifications and to trigger the immediate presentation of a notification regardless of the scheduled delivery time.
 
 
<google>BUY_IPAD_BOTTOM</google>
 
 
<hr>
<table border="0" cellspacing="0" width="100%">
<tr>
<td width="20%">[[An Overview of iOS 4 iPad Multitasking (Xcode 4)|Previous]]<td align="center">[[IPad iOS 4 App development Essentials - Xcode 4 Edition|Table of Contents]]<td width="20%" align="right">[[Getting iPad Location Information using the iOS 4 Core Location Framework (Xcode 4)|Next]]</td>
<tr>
<td width="20%">An Overview of iOS 4 iPad Multitasking (Xcode 4)<td align="center"><td width="20%" align="right">Getting iPad Location Information using the iOS 4 Core Location Framework (Xcode 4)</td>
</table>