|
|
|
|
|
by 0x0
5116 days ago
|
|
Neat! Thanks again for the super-detailed clarifications! Going back to my comment that started this sub-thread, I guess the point then still stands, "Too bad there's no way to side-load unsigned (or signed by a custom CA) apps while still maintaining the sandbox restrictions." (i.e. no "safe thirdparty appstores") ;) [quick note on the camera roll thing, I think apps are denied access before the user confirms a location permission popup] [another quick note on the exec() thing, exec() probably wouldn't work since appstore codesign only works on a single binary. probably related to why only static libraries are allowed, too] [edit: the fork/exec thing may also be tied in to the strict limitations on background processing for appstore apps? interesting to see your cycript experiment there!] |
|