在程序的配置文件里面添加Application supports iTunes file sharing,设置为YES。
只需要完成这步操作我们就能让程序与itunes连接的时候共享文件。
在程序内要读取这些文件只需要到程序的documents下去找就可以。
具体路径:file://localhost/var/mobile/Applications/75CB5242-BCC4-484D-8962-1BC1EC477330/Documents
找到documents的方法[[[[NSFileManager defaultManager] URLsForDirectory:NSDocumentDirectory inDomains:NSUserDomainMask] lastObject] path]
只需要完成这步操作我们就能让程序与itunes连接的时候共享文件。
在程序内要读取这些文件只需要到程序的documents下去找就可以。
具体路径:file://localhost/var/mobile/Applications/75CB5242-BCC4-484D-8962-1BC1EC477330/Documents
找到documents的方法[[[[NSFileManager defaultManager] URLsForDirectory:NSDocumentDirectory inDomains:NSUserDomainMask] lastObject] path]