Quote:
Originally Posted by iphonegamedeveloper
what is sandbox in iPhone?
|
The sandbox is a term used to describe the limited file system available to each application.
Each app only has access to a few directories:
read-only access to the application bundle (a special type of directory)
read-write access to a documents directory and a temp directory.
Apps can't read or write to any other directories, either system directories or those belonging to other apps.