Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

How can we fire a UILocalNotification if we get new message in our device? And how to read this message. All thing will happen in background.

share|improve this question
Do you mean SMS when you say message? – Parth Bhatt Apr 10 '12 at 6:13
Also What have you tried? – Parth Bhatt Apr 10 '12 at 6:14
ya sms ,i want to get recent message without running my app on foreground – Narendra Kumar Apr 10 '12 at 6:22
1  
you can use Push notification for this, apple is not supported background task which is more then 10 mins. form where you get SMS count. – priyanka Apr 10 '12 at 6:31
@priyanka I think need not to use push notification if you have to perform task on behalf of device messages,mails etc. – Narendra Kumar Apr 10 '12 at 7:25
show 6 more comments

closed as not a real question by Josh Caswell, Mehul, Midhun MP, Janak Nirmal, Monolo Mar 31 at 7:56

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

Adding Local Notifications with iOS 4 from Here

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.