diff --git a/apns2/client.py b/apns2/client.py index 792b24e..4450f2e 100644 --- a/apns2/client.py +++ b/apns2/client.py @@ -29,7 +29,7 @@ logger = logging.getLogger(__name__) class APNsClient(object): - SANDBOX_SERVER = 'api.development.push.apple.com' + SANDBOX_SERVER = 'api.sandbox.push.apple.com' LIVE_SERVER = 'api.push.apple.com' DEFAULT_PORT = 443