-2

How would you send a notification to the lock screen of an iPhone from an app when something occurs?

Michael Petrotta
  • 59,888
  • 27
  • 145
  • 179
Denver
  • 107
  • 1
  • 8
  • 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 Answers1

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