ios - 获取 iPad 中文件的物理位置
<p><p>我是 IOS 应用程序开发的新手。我正在为 IPad 开发一个 IOS 应用程序,该应用程序将读取一个包含一些音频文件名称的 json 文件。然后它将播放这些文件。我已使用 FilesOnTree 应用程序 (<a href="http://download.cnet.com/FilesOnTree-FREE-Tree-File-Explorer/3000-2064_4-75748813.html" rel="noreferrer noopener nofollow">http://download.cnet.com/FilesOnTree-FREE-Tree-File-Explorer/3000-2064_4-75748813.html</a>) 将文件复制到 iPad。我现在只能看到这个应用程序中的文件。我希望我的 iPad 应用程序能够访问这些数据。为此,我需要这些文件在 iPad 中的物理位置。有没有办法在 iPad 中获取文件的物理位置。 </p>
<p>并且在获得文件地址后,是否可以从我的应用程序中访问文件。</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>在获得用户的适当许可后,您无法访问应用程序沙盒之外的文件,除非这些文件是由系统共享的(即照片库和音乐文件)。</p>
<p>如果这些是音乐文件,如您所说,您可以通过 <a href="https://developer.apple.com/library/ios/documentation/MediaPlayer/Reference/MPMediaQuery_ClassReference/index.html" rel="noreferrer noopener nofollow"><code>MPMediaQuery</code></a> 访问它们
并使用 <a href="https://developer.apple.com/LIBRARY/ios/documentation/MediaPlayer/Reference/MPMusicPlayerController_ClassReference/index.html" rel="noreferrer noopener nofollow"><code>MPMusicPlayerController</code></a> 播放它们</p></p>
<p style="font-size: 20px;">关于ios - 获取 iPad 中文件的物理位置,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/26700801/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/26700801/
</a>
</p>
页:
[1]