st3fan / dovecot-xaps-daemon

MIT License
164 stars 37 forks source link

Device registered, but no push notification received #29

Closed marbetschar closed 8 years ago

marbetschar commented 8 years ago

I've done a fresh setup of your plugin & daemon and can see, that there are actually devices registered by checking the JSON file. Also on my device, I can see under the checking options that there's actually the "Push" option selected.

Additionally, when I check the daemons log I can see the following whenever an email is received:

2016/10/04 14:36:09 [DEBUG] Accepted a connection
2016/10/04 14:36:09 [DEBUG] Received request: NOTIFY dovecot-username="marco@man                                               delkind.swiss"  dovecot-mailbox="INBOX"
2016/10/04 14:36:09 [DEBUG] Sending notification to 57AD56F4-618F-4FD9-B25A-B9DF                                               10508F89 / E2D752BE257E5E54E6FD21F3F35384C7A0D2404B13032F00BA3102142C2DCB4F
2016/10/04 14:36:09 [DEBUG] Returning success:

So it seems, it's sending the push notification - but I can't see it on the device. Any ideas? FWYW: I've enabled Notifications for the Mail App in the settings on my iOS 10.

Running Dovecot 2.2.9 on Ubuntu 14.04.

marbetschar commented 8 years ago

Seems like the same issue as: https://github.com/st3fan/dovecot-xaps-daemon/issues/21 Updating Dovecot to 2.2.18 fixed it!