Skip to main content

How to disable Apple Push Notification Service (apsd).

# To disable:
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.apsd.plist

# To enable:
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.apsd.plist