|
|
|
|
|
by mikeash
3396 days ago
|
|
Security on iOS comes from the sandboxing that all apps run in. Apple's review process is really quick and adds approximately nothing in terms of security. Apps running in the sandbox should be safe no matter how evil they are, and if they can break out, the proper solution is to fix the sandbox. |
|
I agree that the review process itself does little for security, but surely you don't want to allow applications to pull in unchecked native code over the network, right?