react-native-push-notification / ios

React Native Push Notification API for iOS.
MIT License
748 stars 285 forks source link

How to handle expiration of APN Token after registration? #232

Open axeljeremy7 opened 3 years ago

axeljeremy7 commented 3 years ago

I am able to receive background and foreground notifications but once the token expire while is on the background, the notifications dont work. But if the user open the app then the notification works fine. so where i can or should the update of the token?