FirebaseAuth Framework Reference

AuthAPNSTokenType

enum AuthAPNSTokenType : Int, @unchecked Sendable

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

    Swift

    case unknown = 0
  • Sandbox token type.

    Declaration

    Swift

    case sandbox = 1
  • Production token type.

    Declaration

    Swift

    case prod = 2