LocalPushNotification 声音和 iPhone 的音量按钮
我在我的应用程序中实现了 UILocalNotification,它将播放 16 秒长的声音。
我注意到在播放声音时,
如果我按侧面音量按钮(在 iPhone/iPod 上)来增大或减小音量,
声音立即停止。
您知道当用户按下 iPhone/ iPod 上的侧面音量按钮时如何不停止本地通知声音吗?
谢谢。
编辑: 我喜欢这样做 i-iQ Timer应用程序,当UILocalNotification声音播放时,如果用户调节侧面音量按钮,声音会继续播放。
I implement UILocalNotification in my app which will play 16-seconds-length sound.
I notice that while the sound is being played,
if I press the side Volume buttons (on iPhone/ iPod) to increase or decrease the volume,
the sound is stopped immediately.
Do you know how to not stopped the Local Notification sound when user presses the side Volume buttons on iPhone/ iPod?
Thank you.
EDIT:
I like to do the same like this i-iQ Timer app, when UILocalNotification sound is playing, if user adjust the side volume buttons, the sound keeps playing.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,标准 API 无法让您控制按下音量按钮时会发生什么。您可以控制的
UILocalNotification
唯一与声音相关的事情是选择播放哪种声音。}No, the standard APIs give you no control over what happens when the volume buttons are pressed. The only sound-related thing about a
UILocalNotification
that you can control is to choose which sound plays.}