I have successfully connected to Dropbox using their iOS API, I now want to be able to disconnect from Dropbox through an IBAction, how do I do this ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Set up a button with IBAction and then try calling the method
deleteCredentialswhich is located in DBKeychain.h and also theunlinkAll. Never used the Dropbox SDK, but this looks like it should disconnect you.