If several apps are installed on the same device which use the same framework, are multiple copies of the framework code stored on the device or do all apps share them?
If it's a system-provided framework, then every app uses the shared system copy of the framework. If it's a framework you downloaded and added to your project, then your app uses that private copy. (The same is true for OS X apps and frameworks).
(Note that non-system iOS frameworks must be static, so they wouldn't be shareable between apps anyway. But, this answer would hold true even if dynamic library frameworks were possible, as is the case on OS X).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With