windows runtime - SocketActivityTrigger and pushNotifications -


why need check pushnotifications capability, when use socketactivitytrigger? purpose of it?

you don't.

push notification capability (id_cap_push_notification) windows phone 8/8.1 silverlight.

both windows runtime 8.1 , uwp (windows 10) not have push notifications capability, see list of capabilities in uwp.

if check official sample socketactivitytrigger, you'll see uses capabilities internet connectivity.

<capabilities>     <capability name="internetclient" />     <capability name="privatenetworkclientserver" /> </capabilities> 

Comments

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

java - Vaadin 7 Pass Data Between Views -