Priya

Priya

  • NA
  • 5
  • 4.8k

Same channel for single user on a single device

Jan 2 2014 6:46 AM
I'm creating channel using below code

Channel = await PushNotificationChannelManager.CreatePushNotificationChannelForApplicationAsync();

Today its creat a new Channel .It not same as yesterday channel.I am using same device only.
What is wrong in that. I want same channel for a same user on a same device.
Please help me.