azure - Create single push notification channel for multiple apps -


for sending , receiving push notifications want register apps push channel with:

var channel = await pushnotificationchannelmanager.createpushnotificationchannelforapplicationasync(); 

i can send , recieve pushes on channel.

the problem channel valid 1 app. if install same app on device receive message on same device sent it.

how can push notification devices?

the push channel unique each app installation. can use send push 1 installation. if want send push devices running app, have collect push channel info somewhere (your server, etc.) or can use service https://parse.com/ offer targeting multiple devices @ once.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -