I am trying to do a alarm app, it seems UILocalNotification is the way, but it shows us a messagebox when fired, can we suppress that and wake up our application when alarm is fired ?
I am trying to do a alarm app, it seems UILocalNotification is the way, but it shows us a messagebox when fired, can we suppress that and wake up our application when alarm is fired ?
No. Your application will open if the user chooses to open it by clicking "View". You cannot override their chosen usage of their device to open your app.