You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2014/10/07 17:57:05 UTC

ios commit: CB-7727 add resolution part to 'backup to icloud' warning message

Repository: cordova-ios
Updated Branches:
  refs/heads/master 2ba35b1e2 -> a08a7a3c8


CB-7727 add resolution part to 'backup to icloud' warning message

github: close #113


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/a08a7a3c
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/a08a7a3c
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/a08a7a3c

Branch: refs/heads/master
Commit: a08a7a3c88d326e3849ffb9fe2921ce2d609993b
Parents: 2ba35b1
Author: Edna Morales <ey...@us.ibm.com>
Authored: Tue Oct 7 11:07:24 2014 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Tue Oct 7 11:56:48 2014 -0400

----------------------------------------------------------------------
 CordovaLib/Classes/CDVLocalStorage.m | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/a08a7a3c/CordovaLib/Classes/CDVLocalStorage.m
----------------------------------------------------------------------
diff --git a/CordovaLib/Classes/CDVLocalStorage.m b/CordovaLib/Classes/CDVLocalStorage.m
index 5e2f4bb..8aec403 100644
--- a/CordovaLib/Classes/CDVLocalStorage.m
+++ b/CordovaLib/Classes/CDVLocalStorage.m
@@ -344,7 +344,8 @@
             NSLog(@"\n\nStarted backup to iCloud! Please be careful."
                 "\nYour application might be rejected by Apple if you store too much data."
                 "\nFor more information please read \"iOS Data Storage Guidelines\" at:"
-                "\nhttps://developer.apple.com/icloud/documentation/data-storage/\n\n");
+                "\nhttps://developer.apple.com/icloud/documentation/data-storage/"
+                "\nTo disable web storage backup to iCloud, set the BackupWebStorage preference to \"local\" in the Cordova config.xml file\n\n");
 #endif
         // We would like to restore old backups/caches databases to the new destination (nested in lib folder)
         [backupInfo addObjectsFromArray:[self createBackupInfoWithTargetDir:appLibraryFolder backupDir:[appDocumentsFolder stringByAppendingPathComponent:@"Backups"] targetDirNests:YES backupDirNests:NO rename:YES]];


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org