如何让 iPhone 静音模式独立于 iPhone App?
真的有可能让iPhone静音模式独立于iPhone App吗?
这个应用程序“会说话的卡尔”让我很困惑。我的 iPhone 处于静音模式。每当我打开这个应用程序时。应用程序声音处于开启模式。但 iPhone 声音处于关闭模式。
我已经检查过其他背景声音应用程序。但这种情况并不适用于其他情况。如果 iPhone 处于静音状态,则应用程序中的所有音乐均处于静音状态。
这怎么可能?如何让iPhone的静音模式独立于App之外?必须有某种方式让该应用程序在 Appstore 上上线
Is it really possible to make iPhone Silent mode independent to iPhone App ?
This App "Talking Carl" makes me so confused. My iphone was in Silent mode. And whenever I open this application. Application sound is in ON mode. But iPhone sound is in OFF mode.
I have checked with other background sound applications. But this case is not applied to others. If iPhone is Silent then Application all music is in silent.
How it could be possible ? How we can make iPhone Silent mode independent to App ? There must be some way as that Application is live on Appstore
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
音频会话类别可用于决定您的音频是否应遵循静音开关。请参阅 此链接了解更多详细信息。例如,AVAudioSessionCategoryPlayback 将允许应用程序继续播放声音,即使开关设置为静音也是如此。
The audio session category can be used to decide if your audio should respect the silent switch or not. See this link for more details. For example AVAudioSessionCategoryPlayback will allow the app to keep playing sound even when the switch is set to silent.