Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 59C9A10C40 for ; Tue, 17 Feb 2015 15:18:50 +0000 (UTC) Received: (qmail 88262 invoked by uid 500); 17 Feb 2015 15:18:13 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 88245 invoked by uid 500); 17 Feb 2015 15:18:13 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 88042 invoked by uid 99); 17 Feb 2015 15:18:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Feb 2015 15:18:13 +0000 Date: Tue, 17 Feb 2015 15:18:12 +0000 (UTC) From: "Michel Parpaillon (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-8327) BackupWebStorage No Longer Works MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-8327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14324284#comment-14324284 ] Michel Parpaillon commented on CB-8327: --------------------------------------- I was using 7 plugins when I had this issue. I tried to add them to my Vanilla Cordova app until I reproduce the bug. You should do the same. > BackupWebStorage No Longer Works > -------------------------------- > > Key: CB-8327 > URL: https://issues.apache.org/jira/browse/CB-8327 > Project: Apache Cordova > Issue Type: Bug > Affects Versions: 3.6.0, 4.1.3 > Environment: iOS > Reporter: Michel Parpaillon > > Hi, > The following preference is no longer working: > {quote} > > {quote} > To reproduce this bug, > {quote} > cordova create hello com.hello.www hello > cordova platform add ios > {quote} > Add this to the config.xml file (or local, both are broken) > {quote} > > {quote} > Add some content to your LocalStorage in index.js. Something like > {quote} > for(var i = 0; i < 5000; i++) > localStorage.setItem('cordoooooova_' + i, 'Please fix thiiiiiiiiiiiiiis. Thx'); > {quote} > Build it > {quote} > cordova build ios > {quote} > Open the project in Xcode > Build it on a real Device (!= emulator) > When the app has launched > Go to Settings / iCloud / Storage / Manage storage / > Tap on your Device (eg. iPad of Johnny Depp) > Tap on "Show all apps" > Now wait a few seconds (like 10 or 20... It takes some time to refresh) > Result: The app appears (bottom of the list). The local storage has been stored in iCloud. > The app will be surely rejected (It depends on the amount of Datas in the LS) > I've tried several work arounds and I've tested many versions of Cordova (almost all from 3.6.0-0.2.9). Nothing worked. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org