4

I would like to know when user switch from silent/ring. Is there an event I can listen in the ViewController to detected when this silent/ring property changed?

Thank you,

Learning Xamarin
  • 547
  • 3
  • 11
  • 25
  • Maybe use this post for tips: http://stackoverflow.com/questions/833304/how-to-detect-iphone-is-on-silent-mode – Eeshwar Nov 08 '16 at 17:32

1 Answers1

1

There is no public API that you can listen when this silent button get change. Apple in response to some request has answered like this

We never have provided a method for detecting hardware mute switch and don't intend to do so.

iamIcarus
  • 1,428
  • 11
  • 28