FIRMessagingAPNSTokenType
enum FIRMessagingAPNSTokenType : NSInteger {}
The APNs token type for the app. If the token type is set to UNKNOWN
Firebase Messaging will implicitly try to figure out what the actual token type
is from the provisioning profile.
Unless you really need to specify the type, you should use the APNSToken
property instead.
-
Unknown token type.
Declaration
Objective-C
FIRMessagingAPNSTokenTypeUnknown
-
Sandbox token type.
Declaration
Objective-C
FIRMessagingAPNSTokenTypeSandbox
-
Production token type.
Declaration
Objective-C
FIRMessagingAPNSTokenTypeProd