Proxyman Logo v2
Proxyman

Debugging on iOS Simulator with Proxyman!

Cover Image for Debugging on iOS Simulator with Proxyman!

It's time to debug on iOS Simulators with Proxyman/

As soon as you download the latest version from https://proxyman.io and install successfully, your network traffic would show up immediately inside the Proxyman window, separated into three main areas:

  • The Source List on the left panel
  • The Flow List on the middle panel
  • The Flow Content on the right panel

Proxyman iOS Simulator

What we want here is to intercept HTTP/ HTTPs requests coming from the iOS Simulator, and inspect the content of these HTTPs requests/responses.

I/ Install Certificate on iOS Simulator

To intercept HTTP/ HTTPs requests coming from the Simulator, there are a few steps need being setup:

  • Install Root Certificate on Mac
  • Install Proxyman CA on iOS Simulator
  • Reset iOS Simulator

Fortunately, the iOS Simulator Setup Guide is designed to help us simplify these manual work. On the Tab bar menu, select Certificate -> Install Certificate on iOS Simulators.

Proxyman iOS Simulator

Proxyman iOS Simulator

First, click on button “Install Root Certificate” (For those who have installed Proxyman CA, you would see the button already appeared as Installed & Trusted)

Proxyman iOS Simulator

Next, click on button Install to iOS Simulators. This will install the Proxyman Root Certificate into all of your iOS Simulators so that you could see the incoming responses.

Proxyman iOS Simulator

Finally, click on button “Reset iOS Simulators” and all of web traffic from your Simulator would now be sent from Proxyman.

Proxyman iOS Simulator

With these simple clicks, everything is all set. It’s time to start debugging!

II/ Start debugging on iOS Simulator

1. Search and Pin a project

Start with Command + Shift + F to quickly search your app name, then right click to pin the app. You can also Drag/Drop your app toward Pin Section. This will set other apps and domains aside and help you focus only on your work.

Proxyman iOS Simulator

Proxyman iOS Simulator

2. Enable SSL Proxy to decrypt requests/responses content

At this step, you are able to see URLs coming, but when double-click the URL, the content does not show up as it is still encrypted. Just click to enable SSL Proxy so that the response content could be decrypted. You can either select “Enable only this domain” or “Enable all domain from your app”

Proxyman iOS Simulator

Resend the request and “Voilà!”- Response content would show up as soon as SSL Proxy is enabled.

Proxyman iOS Simulator

3. Customize The Flow Content

Since the newest version of Proxyman, you could toggle to switch between Horizontal and Vertical layout and customize your workplace.

Proxyman iOS Simulator

Proxyman iOS Simulator

Another Proxyman tips is to use drop-down button to select a particular content format such as Tree View or JSON. Proxyman also auto-detect your Edit tools so that you can quickly open such a tool like Sublime to edit current responses.

Proxyman iOS Simulator

What’s next?

That’s how you access SSL websites on your Simulators with Proxyman. For those who are interested in debugging on iOS devices, please take a look into our previous blog.

We also plan to bring more of the features that you’ve requests over the upcoming months, so watch this space for more announcements.

Happy debugging!


Proxyman is a high-performance macOS app, which enables developers to view HTTP/HTTPS requests from apps and domains on iOS device, iOS Simulator and Android devices. Get it at https://proxyman.io/

Noah Tran
Noah Tran