0

I'm using the PushSharp library I'm handling this event right now: DeviceSubscriptionChanged

My question is if the notification has been sent to the new Token and the only thing I should do is to update the new token replacing the old one. Or, on the other hand, I also should resend the notification to the new Token...

Thanks!

rolo1091
  • 159
  • 1
  • 13

1 Answers1

2

Ok, here someone gave me the answer

https://github.com/Redth/PushSharp/issues/468

The answer is that the only thing I should do when the event is trigger is just to replace the old token for the new one.

Hope this will help somebody!

rolo1091
  • 159
  • 1
  • 13