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 |
How are non-atomic and atomic properties different?
Explain what is garbage collection?
What is ios application?
Does ios support multitasking?
what is the method for preventing the quicktime player from capturing streaming videos of ios 8 apps on yosemite while screen recording is on?
Can I have relationship between entities in separate stores (in case of configurations)?
What are the tools required to develop iOS applications?
What is a category and when is it used?
Differentiate between ‘assign’ and ‘retain’ keyword.
What is an ios framework?
Explain commonly used third party libraries
Explain the difference between 'protocol' and 'delegate'?