iphone - Save recorded file to ipod Library path -
Hope you're all right and also in your best mood.
I need your help if you know one thing in the iPhone, so please share it with me and with so many other phone developer.
I am developing an application in which I need to record sound and add to the iPod library. / P>
I ended up with the recording file, but now the issue arises as to how I can save this song in the iPod path or iPod directory.
I am not able to add a record file on the iPod.
I think if we have any way for the iPod library, then I can keep that file on that path using the File Manager. (I think this is a thing but it is not sure.)
So you know the way to the iPod library ten, please tell me, and how do I file a file in this way.
This issue can be a little easier, but I'm a newbie, I do not know how
thanks.
Thank you,
Please help me,
Arun Thakkar.
The application in the iPhone has a sandboxed access to the file system, which means that iTunes Can not write a file in the library You can only write files in the location of your application on the file system. So if you want to modify the iTunes library, you will need some system APIs to do this. There is is the iTunes library API, but it only lets you read the library, do not write it; In essence, you can not do this
Comments
Post a Comment