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 is tableview datasource?
What is closures in ios?
Explain what is struct?
Explain the features is ios 6?
What is the difference between developer and enterprise developer accounts?
Flow of push notification?
What is a memory leak in ios?
Is ios 9 still supported by apple?
Explain about MVC Design patters
What json framework is supported by ios (iphone os)?
What is retain in ios?
Whats the difference between NSArray and NSMutableArray?