1

Launch Settings->Sounds

I need to launch the view of Sounds Settings in iPhone device.. Just like we get the Mail composer and Contact View using API's , can we get the Sounds Settings view?

Thanks in advance of any suggestion and help.

Manmay
  • 539
  • 2
  • 12
  • 28
  • 1
    There isn't any sound picker in current SDK. So, one of the way - create own class with required settings. – kv0 Sep 27 '11 at 12:47
  • Thanks kv0, can I change the device sound level? – Manmay Sep 27 '11 at 12:55
  • Yes. See `MPVolumeView`. You can create this view and add to your huerarchy. `MPVolumeView` manipulates device's sound devices. – kv0 Sep 27 '11 at 12:59
  • I want to change the device sounds level with respect to Sound Settings... i.e. if reduced the volume from my app, any incoming alert or call will ring in that level. – Manmay Sep 27 '11 at 13:24
  • it's equal to change volume by buttons on device itself. [MPVolumeView](http://developer.apple.com/library/ios/#documentation/MediaPlayer/Reference/MPVolumeView_Class/Reference/Reference.html) – kv0 Sep 27 '11 at 13:26
  • MPVolumeView sync with audio player i.e. iPod of the device... but cannot cannot change the device sound volume.. i.e. when reduced the volume using MPVolumeView, it reflects in iPod.. But when received a call its ringing with sounds settings.. :( – Manmay Sep 28 '11 at 05:26

1 Answers1

0

Apple like to use a standard methods for certain operation. For example changing to silent mode or adjusting the volume. Also I wouldn't want an app changing the volume if I lowered the volume.

Black Frog
  • 11,595
  • 1
  • 35
  • 66