Skip to content

Commit e60ca8c

Browse files
committed
Update sandbox endpoint
Fixes #93
1 parent 9cac0a7 commit e60ca8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apns2/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class NotificationType(Enum):
4040

4141

4242
class APNsClient(object):
43-
SANDBOX_SERVER = 'api.sandbox.push.apple.com'
43+
SANDBOX_SERVER = 'api.development.push.apple.com'
4444
LIVE_SERVER = 'api.push.apple.com'
4545

4646
DEFAULT_PORT = 443

0 commit comments

Comments
 (0)