0

I am working on a custom iPhone alarm clock.

Some users have slept in when the device is on silent and locked.

I know that the top iPhone alarms ('Smart Alarm Clock Free', 'Living Earth', 'Rise') can manually control and increase the volume if the App is in the foreground before the user locks their device.

Does anyone know how it is possible to navigate around silent mode?

4

2 に答える 2

1

オーディオセッションを構成するときは、単にAVAudioSessionCategoryPlaybackカテゴリを使用してください。ドキュメントから:

AVAudioSessionCategoryPlaybackまたは同等のkAudioSessionCategory_MediaPlayback-このカテゴリは、オーディオの再生が最も重要なアプリケーションに使用します。画面がロックされていて、リング/サイレントスイッチがサイレントに設定されている場合でも、オーディオは再生されます。

さまざまなオーディオセッションカテゴリとその設定方法の詳細については、こちらをご覧ください

于 2013-03-18T21:04:11.243 に答える
0

it isn't possible. The hardware switch that turns ios to silent mode cant be overriden by ios apps

(as always jailbreak'd iPhones are excluded :D)

于 2013-03-18T20:22:50.853 に答える