Answer the question
In order to leave comments, you need to log in
[[+content_image]]
How are the URLs for the Documents directory of an iOS app different?
In the application, I get the URL of the documents using
docURL = [[[NSFileManager defaultManager] URLsForDirectory:NSDocumentDirectory inDomains:NSUserDomainMask] lastObject];
Answer the question
In order to leave comments, you need to log in
Right
here is discussed
But, it shouldn't bother you at all. The fact is that Apple changes something all the time and it is better to store relative paths to files in your application.
Changes in iOS 8 are a great confirmation of this.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question