ProxymanApp / ProxymanApp/Proxyman
[iOS] Opt-out Analytic and Crash Report
Open
@8bitzz is already working on this.
Since May 22, 2024.
✅ Done
enhancement
- Dominant language
- No language data
- Stars
- 7k
- Forks
- 237
- PR merge metrics
- No merged PRs in 30d
Description
Description
Some iOS users would like to disable the Analytic and Crash Report on the iOS app. These features are enabled by default and there is no way to opt-out them.
Similar as we've done with Proxyman macOS.
Criteria
- Add a new row:
App Settingin the More Tab -> Proxyman Section - Click to open a new screen AppSetting screen
- AppSetting will have 1 section at the moment.
Privacy Section
- Title: Privacy
- 2 row: Analytic and Crash Report with a Switch button
- Each row will have a secondary label to explain why it's needed (Copy from Proxyman)
Logic
- Learn from Proxyman macOS how to enable/disable it
AppConfiguration.shared.isEnableAnalytic
AppConfiguration.shared.isEnableCrashReport
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.