Same channel for single user on a single device
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.