How would you send a notification to the lock screen of an iPhone from an app when something occurs?
Asked
Active
Viewed 203 times
-2
-
I have done my best to answer below. In future questions, please take the time to include as much specificity as possible and be certain that you have done your due diligence in researching the issue as well. – geraldWilliam Sep 25 '12 at 01:32
1 Answers
0
That kind of notification is known as a push notification (different from NSNotification). Here's a tutorial on how to get up and running with Apple Push Notifications (APNs). There are also tools out there to streamline the process, such as Parse.com and Push.io, though I cannot speak to the quality of either of those products.

geraldWilliam
- 4,123
- 1
- 23
- 35
-
ive seen that but i'd like to know how to get them onto the lockscreen and drop down – Denver Sep 25 '12 at 02:05
-
If I understand you correctly APNs have that behavior by default (depending on user preferences). – geraldWilliam Sep 25 '12 at 02:10