Bundle & document directory, sandbox ?
Answer / babu
Sandbox: sandbox is a set of fine-grained controls that limit the app’s access to files, preferences, network resources, hardware, and so on. As part of the sandboxing process, the system installs each app in its own sandbox directory, which acts as the home for the app and its data.
Bundle : A bundle is a directory with a standardized hierarchical structure that holds executable code and the resources used by that code.
Documents : Documents directory allows you to store files and subdirectories your app creates or may need.
| Is This Answer Correct ? | 1 Yes | 0 No |
What are the delegate methods of mkmapview?
What is gcd in ios?
Define decoding or deserialization and encoding or serialization?
Why don’t we use strong for enum property in objective-c ?
what are the two different smart groups in Xcode?
What are the important delegate methods of nsxml parser?
What is 'private', 'protected' and 'public' ?
What is meaning of 'readonly' keyword?
What is fast enumeration?
What are different instruments xcode supports for app profiling?
What are ios apps coded in?
Why uicontrol is provided if we can create custom uiview?