Reputation: 3926
Is it possible to import a note from iPhone notes app to my app? I googled a lot to get an idea about it. Nothing helps. Can someone give any idea about it?
Thanks in Advance
Upvotes: 5
Views: 787
Reputation: 1261
You can try using a flow for syncing apps (eg. ifttt.com).
Create a rule that says "If a new note has been created (if a Gmail message has the label 'notes'), forward it to my db."
The solution is very clunky, but it's a starting point. You could then find a way to scale this for your app.
Upvotes: 0
Reputation: 119242
Third-party apps do not have access to the notes database. There is no public API for accessing the notes data.
Upvotes: 9