Hi i am newbie to iphone application development. I am writing an iphone application where i want to store and read some secure data (such as passwords) which is application specific. I want this data to be secured that no user can access the file. It must be application specific. Once the application is uninstalled, data must be deleted. I can do the same in android using openFileInput and openFileOutput.But how this can be done in iphone environment? What is the filepath location to access the file? Thanx in advance.
Hi i am newbie to iphone application development. I am writing an iphone application
Share
You may want to add those data (or say data written on file) to
DocumentDirectoryFollowing is the link you can use for the reference:
How to save file in the documents folder?
Hope This Helps.