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

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -