--
Pushy is an open-source Java library for sending APNs (iOS and OS X) push notifications. Pushy is brought to you by the engineers at RelayRides.
---
You received this message because you are subscribed to the Google Groups "pushy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pushy-apns+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to pushy-apns+...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to pushy-apns+unsubscribe@googlegroups.com.
Hi Jon,
Its many successful notification.
After sometime one ExpiredProviderToken, Then InvalidProviderToken always
Then again when we restart our server, again many successful notifications
After sometime one ExpiredProviderToken, Then InvalidProviderToken always
No.
We tried work around and it worked for us(Dont know exaclty how and why it worked. But it worked).
Instead of using below code at startup of server, We used it before sending notification(Usually after every hour),
apnsClient.registerSigningKey(new File(pathToKey), teamId, keyId, getTopic());
Now we are able to get notification successfully. Still keeping eyes on our logs.