Update sandbox endpoint

Fixes #93
This commit is contained in:
Sergey Petrov
2020-04-19 19:56:59 +03:00
parent 9cac0a7cc8
commit e60ca8c4e9
+1 -1
View File
@@ -40,7 +40,7 @@ logger = logging.getLogger(__name__)
class APNsClient(object): class APNsClient(object):
SANDBOX_SERVER = 'api.sandbox.push.apple.com' SANDBOX_SERVER = 'api.development.push.apple.com'
LIVE_SERVER = 'api.push.apple.com' LIVE_SERVER = 'api.push.apple.com'
DEFAULT_PORT = 443 DEFAULT_PORT = 443