ios - 如何在 iOS 上取消链接或注销 Dropbox 帐户

标签 ios logout dropbox unlink dropbox-api

我在自己的应用程序中使用 Dropbox。登录后,会显示表格 View ,每次加载该 View 时,我都会直接进入表格 View 。但是,我担心的是,假设不同的人在使用这个应用程序,他们可能想用自己的帐户登录,所以我想有一个注销选项。 我该怎么做?

最佳答案

    [[DBSession sharedSession] unlinkAll];

对我有用。

关于ios - 如何在 iOS 上取消链接或注销 Dropbox 帐户,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5935441/

相关文章:

ios - OpenGL ES glFragColor 取决于 iOS 中片段着色器的条件

php - php和mysql中的登录、注销和持续时间?

git - 为什么不建议将 git 存储库放在 Dropbox 文件夹中?

javascript - 仅在 Dropbox 中存储文件时,Datastore 和核心 API 之间的区别?

Dropbox API、重命名和唯一 ID

android - IOS/Android 上的 NodeJS

ios - 为什么指定的初始化器没有被调用

ios - IOS 是否完全支持 Progressive Web Apps 还是我做错了什么?

ios - Firebase unauth() 代码是否正确?

swift - FBLogOut : ios how to override calling UIActionSheet While FBLogOut in FBSDKLoginButtion