Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Start here for authoritative information from the <a href="http://developer.apple.com/iPhone/library/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/ApplePushService/ApplePushService.html" rel="nofollow noreferrer">Push Notification Service Programming Guide</a>. You might also search <a href="https://stackoverflow.com/search?q=push+%5Biphone%5D">here on Stack Overflow</a>, and <a href="http://www.google.com/search?q=apple+push+notification+tutorial" rel="nofollow noreferrer">on Google</a>. If you can explain in more detail what, exactly, you're looking for help with, we can help with more specific information.</p> <p>If your plan is to have someone configure alarms on some web site (or desktop app, or whatever), and the use push to send a notification to the device when the alarm "goes off", I encourage you to reconsider that. Push is an unreliable medium (in the same sense as UDP): no guarantees are made as to when, or whether, the notifications will be delivered. It is <em>not</em> something you should depend on to happen at a particular time. It does <em>not</em> get you around the prohibition on background processes on iPhone.</p> <p>That said, you can certainly try. The Programming Guide I linked above will get you started. There are definitely many APNS tutorials on the web. And if you have <em>specific</em> questions, this site can certainly help. But right now, you're asking, essentially, "how do I write my app?" That's a pretty broad scope for a Q&amp;A site like this.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload