Question

I am creating one app in which i want to detect that iphone is on silent mode or not.if not then how to change ringer mode to (Silent or Vibrate) mode .

Was it helpful?

Solution

You could do this by using private API but your app will be rejected by apple AppStore as per apple policy which doesn't allow private API ,so then if you still wanna do it then you could go for Cydia Store to upload which is a store for rooted(jail broken) apple device's.

OTHER TIPS

There is no way to detect that, some may say you can do by overriding some methods or using private API.

Be careful about overriding the silent mode switch and playing audio. Apple may not like you doing this, depending on the context; if they don't like it, you will fail app review.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top