I want to save some XML formatted data into the Application Support folder, but I have no idea how to do that.
Does anyone know any tutorials for teaching you how to save data into the Application Support folder and how to create an XML file?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Depending on the kind of data, the simplest is to write an NSDictionary to plist format. If it’s not and can’t be an NSDictionary, look at NSXMLDocument.
Application Support folder is best located using NSSearchPathForDirectoriesInDomains
HTH