Quote:
Originally Posted by zerodn
Hi all,
I have a problem following.
I want to show an Alert Message when application DidEnterBackground. I Use UILocalNotification control. However this control alway show "Close" button and I can not handle event on this button.
Please help me about using UILocalNotification with one Button and I can handle event on that Button.
Thanks very much for your help.
|
Up to my best Knowledge , this is not possible .
The Local Notification only shows two options: "Close" & "View"
if the user hit "View" your app will open and applicationWillEnterForeground: will be called.