I have developed a few Delphi Win32 (currently using D2007) applications, which revolve around note-taking and idea development. I’d like to be able to pull the notes written on the iPhone’s little “notes” app into these apps (which store their data in a database). One-way importing would be fine for now. Is this possible? If so, what would be the best approach for doing it?
Please note: I’m not, at this point, looking to write a fully-fledged iPhone app unless it’s required to accomplish what I’m specifying here — I’m only looking to import the data. Also, third-party components are fine — I’d be happy to pay money for this in order to save time / learning curve delays. Lastly, I have and occasionally use RemObjects Hydra (.NET / Win32 plug-in/interop framework), if that turns out to be relevant.
Lastly, I have ZERO iPhone development experience — so please don’t worry about speaking at too “fundamental” a level! : )
Thanks in advance for any and all help / pointers / direction.
According to this post, the ‘Notes’ data isn’t accessible via API. (or wasn’t as of 2 months ago)
https://devforums.apple.com/message/64154#64154
But if you wrote your own notes app, you could sync it with a web server via XML or JSON, then import the data into your Delphi app.