Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
3.1.0, 3.2.0
-
None
-
HTC Windows Phone 8S
Description
We created a Cordova Project to deploy a mobile application for Android, iOS, Blackberry and WP8. On WP8 we encountered an issue concerning AJAX-Calls to our WebServer.
We have a plain login screen with user authentication via AJAX-Post request to an external WebServer. When testing the App by direct deployment (e.g. starting from Visual Studio) everything works okay. Deploying the App to the Windows Store in Beta Test results in a HTTP-Response-Code 0 (which as I understand represents a local block like airplane mode)
We already checked the Windows Store FAQ and the deployment requirements and can't find any issue there.
We also searched for other occurences of our issue and found this Link to Stackoverflow which is unanswered for 3 months now.
Naturally we also checked here for similar issues but did not find any fitting scenario.
We're unsure whether it is a real bug or if we just overlooked some configurations.
Is there anything known which can cause this?
Could this issue be related to the access origin implementation of cordova?(We configured access-origin *)
If any more information is required we're happy to provide it.
We tagged this issue as Major since we can't deploy to WP8 at all.