How to share a Note or a text to evernote in iphone sdk?i downloaded the API along with the sample project from the EverNote website,but the sample application is not working,it crashes.
after some googling i get this link,but i didnt know how to implement this.but i just want to know how to share a text from a application to evernote.
Thanks in advance.
How to share a Note or a text to evernote in iphone sdk?i downloaded
Share
Do you means to send a text you get from a application as a new note to evernote? You can just use createNote:: function in evernote SDK on iOS. In evernote SDK, there have some sample code which is written by evernote employee to teach you how to use SDK.