iPhone write to file (alternative directory)
        Posted  
        
            by strider2k
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by strider2k
        
        
        
        Published on 2010-05-03T23:14:22Z
        Indexed on 
            2010/05/03
            23:18 UTC
        
        
        Read the original article
        Hit count: 302
        
New to iPhone 3.2, Apple introduced File-Sharing support. Details can be found at https://developer.apple.com/iphone/library/releasenotes/General/WhatsNewIniPhoneOS/Articles/iPhoneOS3_2.html#//apple_ref/doc/uid/TP40009337-SW1 .
Now, most examples floating around in the web demonstrates writing to the documents directory. What if I want to write files from my app but I don't want the user to be able to see it via iTunes? I'm looking at the Files and Networking section of the iPhone OS Programming Guide and I'm unsure what would be a good alternative to the documents directory for writing files to hide from the user and not be rejected by Apple's review team.
© Stack Overflow or respective owner