Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.1.0
-
None
-
None
-
Verified behavior on PhoneGap Build as well as locally on Windows 8 with Visual Studio 2012
Description
I've taken the Cordova hello world app and modified it to make a simple XHR, config.xml allowing *.
When the app is built it isn't marked as needing permissions to ID_CAP_NETWORKING but the XHR works when the app is run from VS because it silently injects the permission every time (search for ID_CAP_NETWORKING).
I couldn't find mention of this quirk in the documentation and I've had my app rejected from the WP Store because of this. =/