I would like to schedule a local notificati开发者_StackOverflow中文版on as soon as the user hits the home button.
I\'m just trying to include a UILocalNotification into my newest app. Everything works well, but the sound doesn\'t do what I want.
I have a table in which I add rows dynamically. By default when a row is clicked, nothing is changed so user can\'t get notification of which row is seected. I want to set the default theme background
I want tocustomize the repeat interval of a UILocalNotification to be on certain days of the week. I haven\'t 开发者_开发百科found any information about this.
is it possible to increment the application badge through a local notification while the app is not running?
I\'m using ASIHTTPRequest to download multiple files while the iPhone app is running in the background. I want to present a UILocalNotification when the queue finishes.
how can i customize UILocalNotification so it can take two integers variables. I tried to inherit the UILocalNotificaion to a class but it crashes when i access one of the two integers that i have add
there is the possibility of a LocalNotification on the iPhone to load on a date? My problem is that I create an event for the notification but i release the object after creation.
I tried the Re.minder app and noticed that it can repeat reminders with custom intervals (such as every 3 min开发者_Go百科utes, every 2 hours, every 4 days,...).
How do I prevent my GUI from redraw when it comes back from lock screen after receiving a UILocalNotification? In didReceiveLocalNotification I present a modal view, but the old state of my view contr