Good afternoon,
I'm currently trying to develop a Windows Phone 8.1 Silverlight app with Push Notifications. I gathered a sample to use, but when I try to run it, it said that i need to add the capability. So, after a quick search I realized that I have to add the "<Capability Name="ID_CAP_PUSH_NOTIFICATION" /> " in my manifest, however I always get this erros:
What should I do? :/ I really can't understand the source of the problem..
I'm currently trying to develop a Windows Phone 8.1 Silverlight app with Push Notifications. I gathered a sample to use, but when I try to run it, it said that i need to add the capability. So, after a quick search I realized that I have to add the "<Capability Name="ID_CAP_PUSH_NOTIFICATION" /> " in my manifest, however I always get this erros:
- The 'Name' attribute is invalid - The value 'ID_CAP_PUSH_NOTIFICATION' is invalid according to its datatype (link that I can't post for not enought points) - The Enumeration constraint failed.
- App manifest validation failed. Value 'ID_CAP_PUSH_NOTIFICATION' of attribute must be a valid capability.
What should I do? :/ I really can't understand the source of the problem..