We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cac0a7 commit e60ca8cCopy full SHA for e60ca8c
apns2/client.py
@@ -40,7 +40,7 @@ class NotificationType(Enum):
40
41
42
class APNsClient(object):
43
- SANDBOX_SERVER = 'api.sandbox.push.apple.com'
+ SANDBOX_SERVER = 'api.development.push.apple.com'
44
LIVE_SERVER = 'api.push.apple.com'
45
46
DEFAULT_PORT = 443
0 commit comments