Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I would like to distribute some music files with my application.
What is the way to add a media from the application folder to the media library?
Unfortunately no way to write to Music Library.
However you can add the files to Bundle and play from there and copy to Document directory. You can't change anything in the Music Library, only read permission is granted for third-party libraries.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I'm just creating an app and I wanna include a video chat on it. I haven't seen before an app that uses video chats and I don't know if it's possible. Thanks.
You may be able to use skype. Hopefully this link will help.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
There are some source files for iphone apps with the formats such as .m & .h
I want to know whether normal users or developers can access such files when you put an app into AppStore.
No, you can not access these files.you can see only resources of the app.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
In my application I have to read a file that have be created by another application on my device.
How it can be done. The file must be located on file System's root directory
Thanks,
Eyal.
Unless you are writing for Jailbroken devices, you can't access files outside of your app's sandbox.
So, for apps distributed through the App Store, you can't do this.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I am downloading an MP4 from a server by writing the file data directly to the app's documents folder. My question is - is there a way to start playing this file before it is fully downloaded?
According to https://trac.mplayerhq.hu/ticket/748 this is not possible because important information is missing from the file. I haven't studied the container format myself to confirm that.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I am relatively new to iOS dev, and wanted to ask the community for guidance, links or hints on how apps that read files are made and from where to start( I want to practice this part but didnt find tutorials on it).
You can use QLPreviewController for displaying excel and PDF files