|
|
|
|
|
by wsc981
4542 days ago
|
|
I don't get this. Based on my experience, even without framework support, it should be pretty easy to write some code in iOS that loads some code in from a remote location, just by using NSBundle functionality. After all, NSBundle files may include runnable code, in addition to resources. I'm not sure if such apps would get past Apple's tooling / testers though, when submitted to the store. Is it harder for Apple to check if remote code loading functionality (and other potential security issues) is included in frameworks compared to bundles? |
|
The problem being proposed here is that the ability to have embedded frameworks would somehow weaken this strong protection against loading new code at runtime, although I don't really see how personally.