objective c - How to detect if Safari is disabled on iPhone -


How do you know that the safari has been disabled from the parental controls on the iPhone? I know that this is possible because the app X3Watch has refused to work until Safari is disabled. As far as I can see, there is no API for parental control, so what techniques can be used for this?

I have not tested this, but OS3.0 and later, you can find out That URL can be opened by any application on the system using the [[UIApplication sharedApplication] canOpenURL: myURL] . . I can bet that this will not return no if Safari is disabled.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -