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 to hide images in ios?
What do you know about the ios kernel?
Explain how app delegate is declared by Xcode project templates?
What are the skills required for ios developer?
In iphone development how to import the private key into your keychain?
What does ns stand for ios?
When would you say that an app is not in a running state?
What is category and extension in ios?
Can you explain ios design patterns?
What is the difference between viewdidload and viewwillappear?
Explain which all events will perform an ios application in background
Suppose I get a “blog returned invalid data” error message. What do I do?