Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的应用程序中使用 UILocalNotification。我的疑问,是不可能连续两次播放 UiLocalNotification 声音。提前致谢。
不可以。很遗憾,您不能重复播放声音。此问题的一种可能解决方案是您可以为 UILocalNotification 使用自定义声音。所以制作一个声音两次的文件,并将其作为通知的声音。一件重要的事情是您不能添加持续时间超过 30 秒的文件
在本地通知中使用 @property(nonatomic, copy) NSString *soundName 您可以使用它播放您选择的声音文件..