mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #1148] Feature request: install certificates on all Simulators #1144
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1144
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vrnvorona on GitHub (Feb 15, 2022).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1148
Proxyman version?
3.1.0
macOS Version?
11.6
To install certificate on all simulators you have to start them all since Proxyman installs only on booted sims. As an option it could help if it installed it on all devices like Charles does.
@NghiaTranUIT commented on GitHub (Feb 15, 2022):
You can do it by using the Legacy Mode in Preference -> debugging tools -> turn on the Legacy iOS simulator.
It’s the same approach as Charles does 👍
Please note that it will install to all simulators which was opened at least one ( don’t need to boot)
@vrnvorona commented on GitHub (Feb 15, 2022):
Alright, though i noticed that even though description says it will install on all running sims, it actually won't work until you boot only one sim and then install. So, not running, but one by one.

Maybe it's sth with my sims or macOS tho
@NghiaTranUIT commented on GitHub (Feb 15, 2022):
Technically, Charles Proxy and Proxyman’s Legacy mode are the same. They use the python script to directly modifies all simulators’s database and trustStore without needing to open the simulator.
Proxyman uses simctl which is provided by Xcode. It’s easier to use, but only support all booted simulators.
@vrnvorona commented on GitHub (Feb 15, 2022):
Well, if I used simctl approach, it works only with one booted simulator. If there are two and more, certificates are not getting installed.