6 ms·
The author's base assumption, and stated motivation for doing this project, is wrong. https://github.com/StephenDev0/StikDebug https://github.com/StephenDev0/S
by jhatemyjob 3mo ago
The author's base assumption, and stated motivation for doing this project, is wrong.
https://github.com/StephenDev0/StikDebug https://github.com/StephenDev0/StikDebug
For an undergrad project, I suppose it's fine to conveniently forget about the existence of this solution for the sake of getting a good grade.
- jrmg 3mo agoIt’s wrong ‘for sideloaded apps that have the get-task-allow entitlement.’ It’s right for ‘regular’ apps.
- saagarjha 3mo agoI would not expect the average undergraduate to understand the intricacies of how iOS does dynamic codesigning enforcement. There are plenty of people who have graduated with advanced degrees and work at Apple who don't really understand how it works, either.
- jhatemyjob 3mo agoOk
- kmeisthax 3mo agoIn order to use this, you need another device to initiate a debugging session on the given process. This is fine for sideloading Dolphin using your developer credentials but is not an acceptable solution for other kinds of apps. Some people might not want their app to be debuggable by randos, and requiring a tether to kickstart the app - even if it's just another iPhone - is cumbersome and user-hostile. In contrast, spinning up a WebView works everywhere and App Review probably won't even notice or care what you're doing.