In case of consecutive calls to the push function, the tokens were
staying in the APNS dispatcher object and thus each new notification was
dispatched to all the previous devices as well
The token is now added to the payload directly, which is unique to each
push call