I tried days to solve the problem with using cordova push plugin. After installing the plugin using visual studio config.xml I get this error :
Now after I delete this piece of code from my config.xml :
<vs:plugin name="com.phonegap.plugins.PushPlugin" version="2.5.0" />
It build but i can't use plugin . How can i avoid this error ? And is it necessary to have this line of code in my config.xml ?