Skip to content

A Python server implementation of APNS v2, for use in client debugging. Note, currently does not support SSL

Notifications You must be signed in to change notification settings

luketurner/apns-testing-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

apns-testing-server

A Python server implementation of APNS v2, for use in client debugging. Note, currently does not support SSL or appropriate error code responses.

Usage:

  python apns_test_server # run the server

Testing:

  python apns_test_server > example.log & # run the server
  python test_client.py # send a valid sample request
  cat example.log

About

A Python server implementation of APNS v2, for use in client debugging. Note, currently does not support SSL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages