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.
使用 UILocationNotification 显示警报时仅播放一次声音。如何在 Clock.app 等背景中显示警报时播放声音循环。
当 UILocationNotification 触发时,您无法播放声音循环。您可以播放一种声音,并且该声音必须少于 30 秒,否则将播放系统声音。您可以让声音变长并在音频编辑器中自己重复,但这当然会增加声音的大小(并且 iOS 尚不支持将 .mp3 等压缩格式作为 UILocationNotification 中的声音文件)。