Is there any possible way to browse and upload music file from iPhone music library?
I m trying to browse music file from iPhone/iPod Music library through UiWebView...
But no success...
Thanks....
Definitely not possible through a web view, and not really doable with the actual SDK either. What are you trying to accomplish?
Related
Is there any way to access music files that are in your music library? I was thinking of developing an application that would upload the music in the library to a server. any help would appreciated
Yes you can access music files present in your music library by using Media Player Framework.
I am trying to make video files open in native Android and iPhone video players instead of playing on the web page. Right now I do it with a regular link Standard which does not work on Android and not always working on iPhone. What can I do to make it work?
Changing to a .m4v extension may fix your problem with opening in the iPhone video player.
I'd like to have users of an app upload voice memos they've recorded on their iPhone.
Is it possible to select audio files created by the native iOS Voice Memo app in a similar way to selecting photos or videos using UIImagePicker.
Thanks in advance.
For the current versions of iOS, it's impossible. But you can simply use AVAudioRecorder to record directly. And then upload these voice recorded by your app.
i'm researching to get music files in iphone.
i think i can get it using itunes sdk into PC based on windows, but i don't find a solution in sdk's document.
i can get playlists and music file's locations using sdk.
is it possible to get music and video files in iphone using itunes sdk?
Look at the AddMusic example given by Apple: http://developer.apple.com/iphone/library/samplecode/AddMusic/Introduction/Intro.html
I want to doing a project where i need to connect to iphone music library. When my application is start music file is add my application and play when i want.
It's not possible with the current version of the SDK.
You will have read only access to the iPhone / iPod Touch media library in the 3.0 SDK. I.e. you will be able to play songs, but not modify anything.