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 .

有帮助吗?

解决方案

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.

其他提示

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top