Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

When I connect my iOS 6 device for remote debugging for testing my mobile web application, The safari develop menu with my device name shows "No Inspectable Applications".

I have enabled web inspector ON in my device safari device settings.

Why this is happening?

like image 743
Easwaramoorthy K Avatar asked Jun 08 '13 11:06

Easwaramoorthy K


People also ask

How do I debug my iPhone 6?

Here's how: Open the iPhone Settings menu. On an iPhone with an early version of iOS, access the Debug Console through Settings > Safari > Developer > Debug Console. When Safari on the iPhone detects CSS, HTML, and JavaScript errors, details of each display in the debugger.

How do I enable Devtools in Safari on iPad?

On the ipad go to Settings > Safari > Advanced and activate the Web Inspector. Connect your ipad with your computer. On your computer open Safari, enable the developer tools in the settings. check the above menu for the tab Developer and find your iPad there.


2 Answers

An update for iOS 9 (using OSX El Capitan):

On your mobile device under Settings -> Safari -> Fraudulent Website Warning = OFF [default = ON]

I also needed to re-connect the iPhone after changing this setting

This solved it for me.

like image 79
Steve Seeger Avatar answered Oct 20 '22 00:10

Steve Seeger


If you have private browsing enabled in Settings > Safari, you will not be able to use remote debugging. If you turned off private browsing, it will work like a charm.

like image 45
Easwaramoorthy K Avatar answered Oct 20 '22 01:10

Easwaramoorthy K