Inherits from | QBCEntity : NSObject |
Conforms to | NSCoding NSCopying |
Declared in | QBMPushToken.h |
Overview
Class represents push token, that uniquely identifies the application. (for APNS - it’s token, for C2DM - it’s registration Id, for MPNS - it’s uri, for BBPS - it’s token).
Tasks
-
clientIdentificationSequence
Identifies client device in 3-rd party service like APNS, C2DM, MPNS, BBPS.
property -
customUDID
Set custom UDID or use auto-generated UDID if customUDID is nil
property -
isEnvironmentDevelopment
Determine application mode. It allows conveniently separate development and production modes.
property -
+ pushToken
Create new push token
-
+ pushTokenWithCustomUDID:
Create new push token
Properties
clientIdentificationSequence 
@property (nonatomic, retain) NSString *clientIdentificationSequence
Discussion
Identifies client device in 3-rd party service like APNS, C2DM, MPNS, BBPS.
Declared In
QBMPushToken.h