Skip to content

Latest commit

 

History

History
59 lines (28 loc) · 2.21 KB

README.md

File metadata and controls

59 lines (28 loc) · 2.21 KB

#Few simple steps to inspect the mobile application (iOS and Android) in development

##iOS

STEP 1: Install the app on your iOS device

STEP 2: On iOS device, enable Web Inspector

Settings -> Safari -> Advanced -> Web Inspector

2step

STEP 3: Open up the app you want to inspect

STEP 4: Connect the iOS device and your computer with Lightning Cable

STEP 5: On your mac, Open Safari browser

  • Click Develop

3step1

  • Click YOUR_PHONE -> index.html

3step_2

  • You may choose between various choices, e.g. Console, Network to watch out for possible errors during apps user interaction, or to check responses

3step_3

##

##Android is 3

STEP 1: Install application to your Android device. You usually have release and debug versions. Make sure it is debug version.

Note: If you install release version you will not be able to inspect the app

STEP 2: On Android device, enable Developer options

Settings -> About phone -> Tap multiple times on Build number -> Tap back -> Tap Developer options -> Enable Android debugging

1

STEP 3: Open up the app you want to inspect

STEP 4: Connect the Android device and your computer with cable

STEP 5: On your computer, Open Chrome browser

Right click -> Inspect -> dev tools icon -> More tools -> Inspect devices -> Click on Connected device -> Click Inspect