Can my app access the Notes (Apple app) folder in iOS?

后端 未结 1 1495
情深已故
情深已故 2021-01-04 12:49

I\'m writing an app that handles PDF files, and I want it to take the notes created by the Notes app then convert them to PDF then the app can work on that.

Is it p

1条回答
  •  逝去的感伤
    2021-01-04 13:41

    All applications are sandboxed so you can not access the Users notes that they created in the Notes Application. Apple provides no SDK methods which you can use without Jailbreaking and private methods.

    A potential (but cumbersome) solution could be that Notes could be synced to a Users IMAP account. You could see if you could communicate with the IMAP Server by asking for the Login Credentials and then grabbing the Notes.

    0 讨论(0)
提交回复
热议问题