My app is using both user notification token and PushKit token. I have managed to get both the tokens and saved them in my server. However, when i uninstall and reinstall my mobile app, APN only update my user notification token but not PushKit token. Is this the default behaviour from Apple? I am expecting APN to update both the tokens whenever I reinstall my app.
https://developer.apple.com/forums/thread/679986 This is the link for the similar question posted by others and the response from Apple was the PushKit token should also be updated upon reinstalling the app