简体   繁体   English

从iPhone SDK访问iPhone磁盘

[英]Access iPhone disk from iphone SDK

We have a scenario to access the iphone disk space like the following, 我们有一种访问iphone磁盘空间的方案,如下所示:

1 . 1。 user will put a file in the disk space and runs the app 2. The app will have to access the disk space and identify the file posted by the user. 用户将在磁盘空间中放置一个文件并运行该应用程序2。该应用程序将必须访问磁盘空间并识别用户发布的文件。 3. i might pull the file into the app and parse and do the business logic. 3.我可能会将文件拉入应用程序并进行解析并执行业务逻辑。

is it possible by any chance, i see it as impossible legally now. 是否有可能,我现在合法地认为这是不可能的。

Kindly help 请帮助

PS: The app will go to apple for verification process and will be available in app store. PS:该应用程序将进入苹果进行验证过程,并将在应用程序商店中提供。

As long as the user is willing to use iTunes to copy the file to the device, this is perfectly possible in 3.2/4.0. 只要用户愿意使用iTunes将文件复制到设备,这在3.2 / 4.0中是完全可行的。 See UIFileSharingEnabled in the documentation. 请参阅UIFileSharingEnabled中的UIFileSharingEnabled

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM