1

我正在设置本地通知,并且正在使用:

// other code to setup myNotifyAlarm (omitted)
myNotifyAlarm.soundName = @"Glass.aiff";
[app scheduleLocalNotification:myNotifyAlarm];

(在许多站点中找到的代码作为如何设置本地通知的示例。)

但是我在 Settings->Sounds->Text-Tone 而不是 Glass.aiff 中设置了声音。我试图用 .caf 声音(来自http://iphonedevwiki.net/index.php/AudioServices)替换 @"Glass.aiff",但也没有运气。

我不想包含“我自己的”声音,iPhone(和其他 iDevices)有很多我可以使用的内置声音。问题是如何?(我想给用户一个选项,为每个通知警报选择不同的声音(我的应用程序有 4 种“类型”),所以我需要一种改变声音的方法......比如个性化的通知铃声)

4

0 回答 0