FirebaseAuth Framework Reference

FIRAuthAPNSTokenType

enum FIRAuthAPNSTokenType : NSInteger {}

The APNs token type for the app. This enum is available on iOS, macOS Catalyst, tvOS, and watchOS only.

  • Unknown token type. The actual token type will be detected from the provisioning profile in the app’s bundle.

    Declaration

    Objective-C

    FIRAuthAPNSTokenTypeUnknown
  • Sandbox token type.

    Declaration

    Objective-C

    FIRAuthAPNSTokenTypeSandbox
  • Production token type.

    Declaration

    Objective-C

    FIRAuthAPNSTokenTypeProd