如何更改播放本地通知的声音?我使用下面的代码播放默认声音:
notif.soundName = UILocalNotificationDefaultSoundName;
所以,我在下面尝试了这个,它没有用.我该怎么办?谢谢你的帮助!
notif.soundName = @"sound.caf";
iphone notifications objective-c ipad ios
ios ×1
ipad ×1
iphone ×1
notifications ×1
objective-c ×1