Page 1 of 1

IOS Local Notifications

Posted: Sun Oct 14, 2012 5:58 am
by Nakia
Hi All,

I am trying to add the use of Local notifications to my App as a low interference method of informing the user that some data has successfully arrived at a destination.
By this I mean I want the notification and its contents to appear up the top of the screen I believe is called the "Banner" view WHEN THE APP IS RUNNING

I have been able to successfully schedule and receive notifications in my testing with the APP running and NOT but it appears that all I receive when the APP is running is the LocalNotificationReceived "Test Payload" message
which I can make do what I need by building it into the handler.. Am I understanding this correct???

<<removed, found to be bug in LC5.5.2>>>

Thanks in advanced..