Closed timkim closed 9 years ago
I can confirm that this works on ios although it does throw a lot of warnings: eg:
2015-07-16 14:51:32.484 PhoneGap[547:7a03] NSURLProtocolNoCache request was cancelled.
2015-07-16 14:51:32.489 PhoneGap[547:7a03] NSURLProtocolNoCache request was cancelled.
2015-07-16 14:51:32.492 PhoneGap[547:7a03] NSURLProtocolNoCache request was cancelled.
On wp8, it appears the problem is with connect-phonegap
and not preserving sessionIDs. ie, wp8 likes to have two (maybe more?) session IDs which really messes up which files it needs to update.
Trying to get the delta updates working on the
phonegap developer app
but it appears that themerge
isn't quite working on iOS and wp8.So the initial content sync:
And then the merge code:
On iOS, it receives the new zip, successfully unzips but never displays the new content. I have to look further into wp8 but I suspect it might not be playing nice with the server.