Does anybody know the case when [NSFileVersion unresolvedConflictVersionsOfItemAtURL:] returns more then 1 versions?
Does anybody know the case when [NSFileVersion unresolvedConflictVersionsOfItemAtURL:] returns more then 1 versions?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
iCloud needs to keep track of all conflicts until your app explicitly resolves them.
In other words, [NSFileVersion unresolvedConflictVersionsOfItemAtURL:] returns a list of unresolved conflicts. It’s possible a conflict occurred on Monday and your app didn’t resolve it for some reason. Then another conflict happened on Tuesday. You will now have 3 versions 🙂