Вопрос

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