c# - How to send a Notification to a specific user, using ChannelUri on a .net backend -



c# - How to send a Notification to a specific user, using ChannelUri on a .net backend -

i have before used windows phone 8.0 javascript backend, enabled me send pushnotifications specific user based on stored channeluri in tables.

i have since moved on .net since can utilize class' on client , on server verification. not able find way of sending specific users. not using notificationhub, , planning on doing @ later point broadcasting normal communication other users send notifications directed @ user.

i have found this link, users tags send specific users(my users authenticated). know if solution or if utilize channeluri , if how it?

basicly how send pudhnotification server side directed @ specific user?

i had scenario earlier. server needs force content connected clients in real time. had used signalr. if understanding correct, should suit situation too.

c# .net azure windows-phone-8 azure-mobile-services

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -