Skip to main content Link Menu Expand (external link) Document Search Copy Copied

auth0 guardian factors push set-apns

Replace the Apple Push Notification service (APNs) configuration.

Usage

auth0 guardian factors push set-apns [flags]

Examples

  auth0 guardian factors push set-apns --bundle-id com.example.app --sandbox --p12 <base64-cert>

Flags

      --bundle-id string   Apple app bundle identifier.
      --json               Output in json format.
      --json-compact       Output in compact json format.
      --p12 string         Base64-encoded .p12 certificate for APNs.
      --sandbox            Whether to use the APNs sandbox environment.

Inherited Flags

      --agent-mode      Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
      --debug           Enable debug mode.
      --no-color        Disable colors.
      --no-input        Disable interactivity.
      --tenant string   Specific tenant to use.