Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经使用他们的 iOS API 成功连接到 Dropbox,我现在希望能够通过 IBAction 断开与 Dropbox 的连接,我该怎么做?
使用 IBAction 设置一个按钮,然后尝试调用deleteCredentials位于 DBKeychain.h 和unlinkAll. 从未使用过 Dropbox SDK,但这看起来应该断开您的连接。
deleteCredentials
unlinkAll