I am creating an iPhone platform version of an encryption tool. I need to access notes that users save to encrypt. How would I go about doing this?
Share
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.
The iOS application sandbox doesn’t allow you to do this—your app doesn’t get access to other apps’ data except via system APIs like EventKit. If you want users to be able to store encryptable notes, your app will have to either allow them to write those notes inside it in the first place or sync with a service like Simplenote.