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.
Related Commands
- auth0 guardian factors push set-apns - Set the APNs configuration
- auth0 guardian factors push set-fcm - Set the FCM (legacy) configuration
- auth0 guardian factors push set-fcmv1 - Set the FCM v1 configuration
- auth0 guardian factors push set-provider - Set the push-notification provider
- auth0 guardian factors push set-sns - Set the SNS configuration
- auth0 guardian factors push show-apns - Show the APNs configuration
- auth0 guardian factors push show-provider - Show the push-notification provider
- auth0 guardian factors push show-sns - Show the SNS configuration
- auth0 guardian factors push update-apns - Update the APNs configuration
- auth0 guardian factors push update-fcm - Update the FCM (legacy) configuration
- auth0 guardian factors push update-fcmv1 - Update the FCM v1 configuration
- auth0 guardian factors push update-sns - Update the SNS configuration