I'm having trouble to get notification to IOS after downloading the app from phonegap-build.
if I test localy from Xcode it works great. if I download the app from phonegap-build and run it on device I get this on console:
"Use of the tag has been deprecated. Use a tag instead. Change:
<plugin name="PushPlugin" value="PushPlugin" />
To:
<feature name="PushPlugin">
"
<param name="ios-package" value="PushPlugin" />
</feature>
I have this on www/config.xml:
<gap:plugin name="com.adobe.plugins.pushplugin" />
I'm using cordove verion 2.9 with phonegap-build pushPlugin(https://github.com/phonegap-build/PushPlugin)
followed this reference: http://devgirl.org/2012/10/19/tutorial-apple-push-notifications-with-phonegap-part-1/
what am I missing? please help