My iOS APNS certificate expired and we (our iOS developer and I) ended up revoking the old certificate through iTunes Connect and completely starting over after having some issues. Everything is working now and I was able to send test notifications to our devices.
However, we had to regenerate the device token before any notifications came through. I believe this issue was because our devices were previously on a development version of the application (different tokens), and we were attempting to use the production token.
Does anyone know (and can back up with documentation) if device tokens will persist through the revoking/recreation of our APNS certificates? If not, I will have to delete all of the existing tokens and wait for users to re-open the app.