`

Notificaiotn推送自定义推送声音

    博客分类:
  • ios
 
阅读更多

 

1、音频文件格式转化:

afconvert -f caff -d LEI16@44100 -c 1 in.wav out.caf

把音频文件转化为caf格式,加入项目Bundle中

2、推送声音设置:

    localTemperature.soundName = @"alart_sound.caf";

 

注意:文件不能超过30秒。

 

参考:

http://stackoverflow.com/questions/7170475/choose-custom-sound-for-local-notifications

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics