Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 16009200B6B for ; Fri, 9 Sep 2016 19:48:25 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 14BB3160AC2; Fri, 9 Sep 2016 17:48:25 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 62B46160ACA for ; Fri, 9 Sep 2016 19:48:24 +0200 (CEST) Received: (qmail 23284 invoked by uid 500); 9 Sep 2016 17:48:23 -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 23023 invoked by uid 99); 9 Sep 2016 17:48:23 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Sep 2016 17:48:23 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 313912C1B81 for ; Fri, 9 Sep 2016 17:48:23 +0000 (UTC) Date: Fri, 9 Sep 2016 17:48:23 +0000 (UTC) From: "David Heidrich (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-11802) BackupWebStorage "none" is not respected with wkwebview-engine MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 09 Sep 2016 17:48:25 -0000 [ https://issues.apache.org/jira/browse/CB-11802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15477723#comment-15477723 ] David Heidrich commented on CB-11802: ------------------------------------- mhh, is there any way to prevent cloud backups for WKWebView? Any user preference? I could not found anything in the API. I also can't set a custom storage location. I just checked Google Chrome, and it seems they have the same "problem". Anything I Download to an IndexedDB / localStorage etc. get's backed up in the cloud. > BackupWebStorage "none" is not respected with wkwebview-engine > -------------------------------------------------------------- > > Key: CB-11802 > URL: https://issues.apache.org/jira/browse/CB-11802 > Project: Apache Cordova > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Components: iOS, Plugin WKWebViewEngine > Reporter: David Heidrich > Assignee: Shazron Abdullah > > My latest App-Version got rejected because the ~/Library/WebKit folder exists and gets backed-up (I'm saving a lots of Data in IndexedDB). Even though I specified "BackupWebStorage:none" and double checked that `WebKitStoreWebDataForBackup` in NSUserDefaults is correctly set. > I only tested iOS 9.3. It looks like a Bug to me. > Plugins I'm using: > {code} > > > > > > > > {code} > The App is: > https://itunes.apple.com/de/app/paperc-e-book-reader/id1134889856?mt=8 -- 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