[ 
https://issues.apache.org/jira/browse/CB-6195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13961787#comment-13961787
 ] 

Tom Krones commented on CB-6195:
--------------------------------

Hey Simon,

I found a work around.  Check the fullPath attribute of the file you pass to 
setMetadata().  It's not getting set to the correct full path so you just need 
to set the fullpath attribute before calling setMetadata().

Tom

> 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
>            Assignee: Shazron Abdullah
>            Priority: Critical
>
> 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