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

Get information from feedback service #157

Closed Ivan219 closed 8 years ago

Ivan219 commented 8 years ago

Hello, I try to use PyApns, notifications is working, but if I delete app, and then send message to deleting app and do a request to feedback service I don't get anything. for (token_hex, fail_time) in feedback_connection.feedback_server.items(): print(feedback_connection.feedback_server.items()) print(token_hex)# do stuff with token_hex and fail_time May be, I have problem that I use developer certificate, haven't I?

Ivan219 commented 8 years ago

Resolve after reboot device