菜鸟教程小白 发表于 2022-12-13 07:50:02

iphone - 是否可以将 iOS 文件共享功能限制为文档目录中的子文件夹?


                                            <p><p>我的图像编辑应用正在文档目录中保存一些重要数据。在 <a href="http://www.raywenderlich.com/1948/how-integrate-itunes-file-sharing-with-your-ios-app" rel="noreferrer noopener nofollow">tutorial</a>我在读这个:</p>

<blockquote>
<p>iTunes will then display anything you
save to the Documents directory in
your app to the user, when they go to
the “Apps” page in iTunes and scroll
to the bottom:</p>
</blockquote>

<p> <img src="/image/p44X7.jpg" alt="image"/> </p>

<p>我有一个名为 userImages 的子文件夹,将文件共享仅限于该文件夹而不是文档中的所有内容会很聪明。否则,用户会不小心(或故意)弄乱应用程序正常工作所依赖的文件。这会很糟糕。</p>

<p>有没有办法将其限制在文档中的子目录中?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>不,您应该将不希望用户看到的任何内容存储在应用的“库”目录中。在此处查看可以存储数据的位置列表:</p>

<p> <a href="https://stackoverflow.com/questions/1567134/how-can-i-get-a-writable-path-on-the-iphone" rel="noreferrer noopener nofollow">How can I get a writable path on the iPhone?</a> </p></p>
                                   
                                                <p style="font-size: 20px;">关于iphone - 是否可以将 iOS 文件共享功能限制为文档目录中的子文件夹?,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/6113137/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/6113137/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: iphone - 是否可以将 iOS 文件共享功能限制为文档目录中的子文件夹?