Module: MobileNotify::Apns

Defined in:
lib/mobile_notify/apns/connection.rb,
lib/mobile_notify/apns/notification.rb

Defined Under Namespace

Classes: AlertNotification, BadgeNotification, Connection, Notification, SimpleNotification

Constant Summary collapse

SANDBOX_GATEWAY_URI =
URI.parse("apns://gateway.sandbox.push.apple.com:2195")
PRODUCTION_GATEWAY_URI =
URI.parse("apns://gateway.push.apple.com:2195")