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
Related
Is it possible to create, name and save an iTunes playlist like you can in the Music app from a 3rd-party programmed app? If so, how?
iTunes playlists (MPMediaPlaylist) are read-only, so there is currently no way to create these through a 3rd-party app. The user can only do this with iTunes or through the built-in iOS Music app.
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?
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.
Is it possible to allow users to preview music from either Last.fm or iTunes from within my app?
Are apple OK with apps streaming preview clips of music in apps?
This is a monotouch app.
w://
This is possible using the Apple iTunes Search API.
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.