在 iOS 中从 Evernote API 注销
iOS 中如何退出 Evernote 帐户?我找不到任何方法。 任何帮助将不胜感激。谢谢!
How can we logout from evernote account in iOS. I was not able to find any method for that.
Any help will be greatly appreciated. Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
http://discussion.evernote.com/topic/ 19575-如何在objective-c中注销/
http://discussion.evernote.com/topic/19575-how-to-logout-in-objective-c/
如果您使用 Evernote SDK for iOS 可以通过以下方式完成注销代码行:
在幕后调用注销方法只会从商店和钥匙串中清除用户帐户凭据,这实际上会注销用户。
If you're using Evernote SDK for iOS logging out can be accomplished by using the following line of code:
Behind the scenes calling logout method will just clear user account credentials from the store and keychain which essentially logs the user out.