开发者

How to get the system ringtones programmatically in ios?

开发者 https://www.devze.com 2023-04-05 18:44 出处:网络
I am newbie a开发者_开发百科nd now programming an alarm in ios4, and need to get the ringtones programmingly, then, the users set his favorite song for the alarm. However, failed to find such API in i

I am newbie a开发者_开发百科nd now programming an alarm in ios4, and need to get the ringtones programmingly, then, the users set his favorite song for the alarm. However, failed to find such API in ios sdk. Could anyone give me some hints?


There is no public API in the iOS SDK that provides read or write access to the ringtones.


Use AudioServicesPlaySystemSound(xxxx) for using system tones in your Application

0

精彩评论

暂无评论...
验证码 换一张
取 消