Use new sandbox address

This commit is contained in:
aaronjheng
2018-09-23 13:15:19 +03:00
committed by Sergey Petrov
parent 1f9f7a9dbc
commit ad899c22ab
+1 -1
View File
@@ -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