Use new sandbox address
This commit is contained in:
committed by
Sergey Petrov
parent
1f9f7a9dbc
commit
ad899c22ab
+1
-1
@@ -29,7 +29,7 @@ logger = logging.getLogger(__name__)
|
|||||||
|
|
||||||
|
|
||||||
class APNsClient(object):
|
class APNsClient(object):
|
||||||
SANDBOX_SERVER = 'api.development.push.apple.com'
|
SANDBOX_SERVER = 'api.sandbox.push.apple.com'
|
||||||
LIVE_SERVER = 'api.push.apple.com'
|
LIVE_SERVER = 'api.push.apple.com'
|
||||||
|
|
||||||
DEFAULT_PORT = 443
|
DEFAULT_PORT = 443
|
||||||
|
|||||||
Reference in New Issue
Block a user