module RubyPushNotifications::APNS

@author Carlos Alonso

Constants

INVALID_PAYLOAD_SIZE_STATUS_CODE

Payload size is invalid (256 bytes if iOS < 8, 2Kb otherwise)

INVALID_TOKEN_SIZE_STATUS_CODE

The given token sice is invalid (!= 32)

INVALID_TOKEN_STATUS_CODE

The token is for dev and the env is prod or viceversa, or simply wrong

INVALID_TOPIC_SIZE_STATUS_CODE

The given topic size is invalid

MISSING_DEVICE_TOKEN_STATUS_CODE

The notification contains no device token

MISSING_PAYLOAD_STATUS_CODE

The notification contains no payload

MISSING_TOPIC_STATUS_CODE

The notification is being sent through the plain TCPSocket, rather than the SSL one

NO_ERROR_STATUS_CODE

No Status Error Code. Represents a successfully sent notification

PROCESSING_ERROR_STATUS_CODE

An error occurred while processing the notification

SHUTDOWN_STATUS_CODE

Connection closed at Apple's end

UNKNOWN_ERROR_STATUS_CODE

Unknown error