0
Answer

Same channel for single user on a single device

Priya

Priya

10y
716
1
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.