0

I want to write an app to be able to transfer music between two iOS devices and put them into iOS music library. I understand that this is a violation of app store rules, but I don't want to publish it, I want to use it for my own devices. Is there any way to do this on a non-jailbroken device? Like a private API or modifying a file manually? (like the private API for changing brightness I found)

Marcus Adams
  • 53,009
  • 9
  • 91
  • 143
Sean Ed-Man
  • 378
  • 4
  • 8

1 Answers1

2

About the closest you're going to be able to get is to share the files so you can access them via iTunes and drag them to the library (in iTunes). Consider simply creating your own music library and player for sharing music.

Community
  • 1
  • 1
Marcus Adams
  • 53,009
  • 9
  • 91
  • 143
  • Tnx for your answer. That's my last option (file sharing and my own music player), but I really want to know if there's any way to add music to iPod music library. – Sean Ed-Man Oct 07 '14 at 21:31