iphoneobjective-cxcodeiphone-sdk-4.1mpmediapickercontroller

alternative of MPMediaPickerController for IPhone


I have been searching since a week for that is there any library like MPMediaPickerController which can be used for IPhone (as MPMediaPickerController works only for IPad). Kindly guide me that MPMediaPickerController works with Iphone too or not ? And if not then what is the alternative provided by apple for IPhone?


Solution

  • You can see the apple's sample code. This is the link http://developer.apple.com/library/ios/#samplecode/AddMusic/Introduction/Intro.html%23//apple_ref/doc/uid/DTS40008845 In that code they are using MPMediaPickerController only. It is working properly on iPhone. You had made some minor mistake in your code