derpirscher
derpirscher

Reputation: 17436

Disable safari web-inspector

We are developing an iOS application as webapp. During development the possibility to remote debug the webapp in the UIWebView via safari web inspector is quite handy. But I'm wondering if there is any possibility to forbid this feature for the release version of our app even if the webinspector is activated in the iOS settings. Thanks in advance.

Upvotes: 0

Views: 2786

Answers (1)

derpirscher
derpirscher

Reputation: 17436

Found a related question:

Why Safari shows "No Inspectable Applications" during remote debugging with iOS 6 device?

Since we did not deploy for production yet but only for testing, our app was always inspectable.

Upvotes: 0

Related Questions