[AC-1885] iOS: Titanium.Filesystem: Error setting remote backup flag
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | n/a |
| Status | Closed |
| Resolution | Duplicate |
| Resolution Date | 2013-07-24T23:46:31.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | n/a |
| Labels | bug, defect, feature, ios |
| Reporter | Ian Tearle |
| Assignee | Daniel Sefton |
| Created | 2013-06-12T09:03:29.000+0000 |
| Updated | 2016-03-08T07:40:48.000+0000 |
Description
Running an existing (vanilla Titanium) app with the following in the app.js file:
var doNotBackUp = Titanium.Filesystem.getFile(Titanium.Filesystem.applicationDataDirectory);
doNotBackUp.remoteBackup = false;
Results in the following error:
<Warning>: [ERROR] Application received error: Error setting remote backup flag: at app.js (line 1)
Closing as duplicate of TIMOB-14364.