Closed mwbrooks closed 9 years ago
Ok, now that the async issues have cleared up on wp8 as well as the slowness issue, the app is now running into a new issue. When the app receives the zip, extracts, and deploys, it actually triggers a new zip to be generated on the server side. After receiving the new zip and deploying it, device ready doesn't fire. We will have to look at our server code to see what is exactly going on.
Might be related to this: https://github.com/phonegap/connect-phonegap/blob/master/lib/middleware/autoreload.js#L53-L60
The current implementation fails erratically during the copy files step.
Unless the error is simply due to a race condition, we may need to create a plugin that can handle the copy step. If we do create a plugin, it would make sense to include all of the contentSync logic in the plugin so that the contentSync feature can be reused by other applications.