Apple intends to seriously improve Notes.app on iOS 9 and OS X 10.11, and I plan to create something that works with it, if possible.
My requirement is to allow my user to write notes in the Notes.app database from my application; these notes will then be synced through the CloudKit backend used by Notes. I don’t want to create a separate note taking application using CloudKit sync, I just need to “integrate” some notes.
My understanding (after searching here and Google) is that for iOS 8 and earlier there was no open API, so the kind of access that EventKit allows for reminders and calendar is not allowed for Notes. Right, wasn’t it?
If so, is there a public API for iOS 9 and El Capitan ? What is a frame name if an API exists?
Thanks in advance,
@ cdf1982
source share