Azhar Bandri
Azhar Bandri

Reputation: 892

Ring phone through coding in ios 7

I needed to ring the phone with default ringtone in iOS 7 on some action from my application. Searched a lot on this but didn't got any topic related to this. So is it atleast possible in iOS or not? if yes, how?

Upvotes: 0

Views: 71

Answers (1)

Daniel Klöck
Daniel Klöck

Reputation: 21137

You cannot use or change the ringtones available programmatically. There is no public library. Also, there is no known workaround with private libraries.

See question1 and question2

Upvotes: 1

Related Questions