ApplePush-0.1: Library for Apple Push Notification ServiceContentsIndex
ApplePush
Description

This module implements the Apple Push Notification Service http://developer.apple.com/iPhone/library/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Introduction/Introduction.html#//apple_ref/doc/uid/TP40008194-CH1-SW1

The notification service uses Chan for asynchronous communication. Call connectToNotificationService and pass it a NotificationCallbackChan. The notification service will post a NotificationServerConencted message, with a channel that you should use to send notifications with.

Synopsis
module ApplePush.Types
module ApplePush.Helpers
module ApplePush.Notification
connectToNotificationService :: String -> Integer -> NotificationCallbackChan -> IO ()
Documentation
module ApplePush.Types
module ApplePush.Helpers
module ApplePush.Notification
connectToNotificationService :: String -> Integer -> NotificationCallbackChan -> IO ()
Connects to the notification service for the host and port specified.
Produced by Haddock version 2.3.0