An application I am designing will be used to sync data between the iPhone and a database. I am writing the data on the iPhone using 'writeToFile' and similar methods, and syncing it periodically with the database. Is there any way I can make this data appear in the Spotlight search utility on the iPhone?
feedback
|
|
No. When you write to a file, that file is written into your apps "sandbox". Only your app and no other part of the device can access the contents of your sandbox. | |||||
feedback
|