有没有办法降低铃声的音量或更改iOS5上的铃声?

我 checkout 了Celestial框架,但是无法实例化AVSystemController。 :-(

我不在乎是否该应用程序在AppStore中被拒绝,因为它永远不会提交。

最佳答案

是的。使用AVSystemController。您没有实例化它。这是一个单例。

http://code.google.com/p/iphone-dev/source/browse/trunk/include/include/Celestial/AVSystemController.h?r=136

[[AVSystemController sharedAVSystemController] setVolumeTo:10.0 forCategory:@"Ringtone"];

关于iphone - 如何在iOS5上以编程方式使铃声静音或更改铃声,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/9320725/

10-11 00:41