Skip to content

A simple tool for testing APNs on your iOS app with Python socket.

Notifications You must be signed in to change notification settings

qkmaosjtu/APNsPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

About the tool

This tool can be used to test APNs on your iOS app. #Environment

  • iOS app
  • xcode
  • .pem file #Usage
  • apns.py
def APN(token, payload, theCertfile)

token is device token your app regitered for APNS. payload is a Jason format message that transfered from server to APNs then to clients. theCertfile is the pem file bound to the Boundle Id of your app.

  • push_ios.py
def push(msg):

msg includes payload and token.

About

A simple tool for testing APNs on your iOS app with Python socket.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages