djacobs / PyAPNs

Python library for interacting with the Apple Push Notification service (APNs)
http://pypi.python.org/pypi/apns/
MIT License
1.22k stars 374 forks source link

alert property title #139

Closed gensmusic closed 8 years ago

gensmusic commented 8 years ago

I see docs in apple development website, https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/ApplePushService.html

alert has an property title, but PayloadAlert doesn't have it.

gensmusic commented 8 years ago

the repo is no longer maintained ????

gensmusic commented 8 years ago

OK. I solve this by inherit PayloadAlert myself.

iAnanich commented 6 years ago

@gensmusic Could you please share your code or make a PullRequest?