

You can still get access to the underlying Thrift client objects, though: check out EvernoteSession's userStore and noteStore properties. What if I want to do my own Evernote Thrift coding?ĮvernoteNoteStore and EvernoteUserStore are an abstraction layer on top of Thrift, and try to keep some of that nastiness out of your hair. To use the SDK in a non-ARC project, please use the -fobjc-arc compiler flag on all the files in the Evernote SDK. You can check for expired using if(EvernoteSession isTokenExpiredWithError:error]) in the error block. You should check for expired auth tokens and trigger authentication again if the authentication token is expired or revoked by the user. Our pod name is "Evernote-SDK-iOS".Įvernote-sdk-ios depends on some frameworks, so you'll need to add them to any target's "Link Binary With Libraries" Build Phase.Īdd the following frameworks in the "Link Binary With Libraries" phaseĪdd $ failure:^(NSError *error) to get note : the Note browser in the sample app for some sample code.
