vote up 3 vote down star
1

I would like to have a feature in my iphone application that would start playing a file in my ipod section of the iphone. Does the SDK allow calls to this? Is there a simple way to start a song from my application other than using the iphones native interface?

flag

5 Answers

vote up 0 vote down

Now that it's public, you're looking for MPMediaPickerController and MPMediaPickerControllerDelegate

http://developer.apple.com/iphone/library/documentation/MediaPlayer/Reference/MPMediaPickerController_ClassReference/Reference/Reference.html

link|flag
vote up 0 vote down

This is now possible with 3.0 but I will not go further into it due to NDA issues. The information is available on the Developer Site.

link|flag
vote up 0 vote down

Nope you cannot fire off a song from your media library but you can play a song you have embedded in you app or you download from the web here are some examples

Apple - Example

AppsAmuck - Example

link|flag
vote up 2 vote down

You cannot launch the iPod app from your application. But you can easily play a song.

Use the AVAudioPlayer from the AVFoundation Framework.

Ars Technica has a nice article on it, here.

link|flag
Play a song from iPod music library... doubt it. – Mehrdad Afshari Jan 8 '09 at 7:20
No, a song within your app's sandbox. – Gordon Wilson Jan 8 '09 at 17:28
vote up 5 vote down

No, I think the official SDK does not allow this.

link|flag
Downvoters: This answer applies to iPhone OS 2.0. Look at the date! – Mehrdad Afshari Aug 2 at 4:18

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.