I was just wondering what this method does because just from the title it seems like it should prompt the user to log in with a specific username but that is not what it does it doesn’t do anything differently as far as I can tell…
- (void)linkUserId:(NSString *)userId;
This function is used to relink your account.
This small part of my code explains how this function works.
This function opens “Link” Dropbox page without prompting about user login.