Björn Andersson created CB-5354:
-----------------------------------
Summary: Permission for networking isn't added in
Key: CB-5354
URL: https://issues.apache.org/jira/browse/CB-5354
Project: Apache Cordova
Issue Type: Bug
Components: WP8
Affects Versions: 3.1.0
Environment: Verified behavior on PhoneGap Build as well as locally on
Windows 8 with Visual Studio 2012
Reporter: Björn Andersson
Assignee: Jesse MacFadyen
I've taken the Cordova hello world app and [modified
it|https://github.com/gaqzi/cordova-app-wp8-net-permissions/blob/master/www/js/index.js#L37]
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|http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj206936(v=vs.105).aspx]
(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. =/
--
This message was sent by Atlassian JIRA
(v6.1#6144)