Before we begin, make sure you have all of the following:
- An account on
sandbox.evernote.com, Evernote’s development server. Your application will be communicating with this server during development. If you don’t have a testing account, create one here. - An Evernote API key, which consists of a Consumer Key and a Consumer Secret. If you don’t have an API key yet, you can request one by clicking the green button at the top of this page.
- The latest version of Xcode (4.6.2 at the time of this writing) running on an Intel Mac.
- An Xcode project where you can install the SDK. If you don’t have one or aren’t sure how to create one, you can read instructions on creating one.
Additional Notes:
- If your project does not use ARC, you'll need to set the
-fobjc-arccompiler flag on all of the files in the Evernote SDK.
