Tom Krones created CB-6195:
------------------------------

             Summary: Mark file with the "do not back up" attribute not working.
                 Key: CB-6195
                 URL: https://issues.apache.org/jira/browse/CB-6195
             Project: Apache Cordova
          Issue Type: Bug
          Components: iOS, Plugin File
    Affects Versions: 3.4.0
            Reporter: Tom Krones
            Priority: Blocker


I've been using the Cordova File Plugin for a while and in the past I've set 
files I stored to the documents folder with the "do not back up" attribute 
using the following code:

theFile.setMetadata(function(){}, function(){}, { "com.apple.MobileBackup": 1});

I just submitted an app which was denied from apple because that attribute 
wasn't being set correctly and iCloud was trying to back up those files. 

I don't know objective c very well but I set a few breakpoints to check that I 
was at least calling the plugin correctly.  From what I can tell it's calling 
the setMetadata function in the CDVFile.m file but the setMetadataForURL 
function never gets called.  

Any help with this would be great.  Right now apple is blocking my application 
from being approved.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to