apnsagent
apnsagent copied to clipboard
A simple apns agent server and client lib in python
Results
2
apnsagent issues
Sort by
recently updated
recently updated
newest added
完全无法使用啊
1
token是那样格式的?要不要去掉< >?要不要去掉空格? regist后调用了push无任何返回,无任何报错,就是推送不成功,后台里也没有记录。 push的调用那几个参数怎么放,什么类型的完全没说明 坑啊
Hi, When browsing the codes, I notice that there is a tail recursion in file notification.py, line 236. Python is not optimized on tail recursion, unlike most functional programming languages...