Ideveloper
Ideveloper

Reputation: 1463

Making ringtone of music files on Iphone

Is it possible to edit music files stored on iphone in app and create ringtone from them?

Any help would be appreciated.

Upvotes: 1

Views: 1062

Answers (2)

Nerf42
Nerf42

Reputation: 191

If I understand correctly, you want to extract the music from an existing iPhone app, and then turn that music from the app into a ring tone?

The short answer is no, not if you keep your iDevice up to date and within apple's licensed operating paradigm.

The longer answer is maybe. If you jailbreak the device, you may be able to hack access to the application and extract the desired data.

If I don't understand correctly, and you're just looking to change any old mp3 into an iPhone ringtone, try googling for iPhone ringtone hacks. Of course your mileage may vary but google is again your friend.

Sorry to not provide any code. This question didn't seem to warrant it.

Upvotes: 2

Noah Witherspoon
Noah Witherspoon

Reputation: 57139

No, for a number of reasons. The SDK doesn't give you access to the actual file data from the music library (just an object that will play music back for you), and while you can probably export an M4A file, with an "m4r" extension that iTunes will recognize as a ringtone, you'll have to get the user to take the file off their device and import it into iTunes manually for it to be usable as an actual ringtone on their phone.

Upvotes: 1

Related Questions