Skip to content

zhumengyuan/uupush-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

uupush-sdk

sample

from uupush.push import UUPush
app_id = ""
app_secret = ""
channel = ""
context = {}
ttl = 0
UUPush(app_id, app_secret).send(channel, context, ttl)
apns = {
	"alert": "new",
	"badge": 1,
    "sound": "beep.wav",
    "content_available": False,
}
UUPush(app_id, app_secret).send(channel, context, ttl, apns)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages