I am developing the iOS app with PhoneGap. I used the PhoneGap push notification plugin to integrate push notification. So, when user start the app in my database I have recorded the user id and the notification token id. Recently I have realized that there are multiple token ID's for same user.
I'm wondering is this because of the iOS updates. (Recently they have release the several updates iOS 7.0, 7.0.1, 7.0.2 etc..)
Can anyone please confirm this? And also if this is not the case can anyone give me some idea or possible reason to change APNS token?
Thanks