Skip to content

luketurner/apns-testing-server

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

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