Answer Posted / 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 |
Post New Answer View All Answers
What is a model class?
What does @dynamic mean?
What is encapsulation in ios?
What is completion handler in ios?
Explain the difference between cocoa and cocoa touch?
What is strong weak in ios?
Will iphone 7 get ios 13?
How we can execute some code when app is in background?
How to install an iphone application for testing?
Explain parent-child context setup. How does it work? What are the advantages?
Mention the short-cut to edit variables in Scope?
What compilers apple using ?
What is uiwindow in ios?
Explain your process for tracing and fixing a memory leak
What is the difference between synchronous & asynchronous task ?