Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Import MP3 in iOS app (using code) [duplicate]

Tags:

ios

media

Is it possible to import a *.mp3 file from my app resources folder into iTunes?

My app contains a soundtrack, and I want to export it to the users' media library so he/she can listen it using their normal media player.

I couldn't find anything in the iOS docs (at least, not where I looked)

like image 415
markmarijnissen Avatar asked Nov 02 '22 16:11

markmarijnissen


1 Answers

This is technically possible, in fact @H2CO3 has done so here.

However, this is a solution requires a jailbroken device and usage of private API. If you're looking to get your an app that does this in the App Store, I'm sorry to say it, but you're out of luck. This is not possible.

like image 172
Mick MacCallum Avatar answered Nov 12 '22 17:11

Mick MacCallum