Can we switch between multiple dropbox apps inside a single iOS app? How to switch to the different Dropbox app folder with different app key using setupWithAppKey? Where we can change the appKey after being setup once in App Delegate, can we?
The Dropbox iOS SDKs don't offer the ability to switch between multiple app keys, but I'll pass this along as a feature request. Can you elaborate on your use case for reference?
Also, note that even if you switched app keys, any stored access tokens (and consequently, the corresponding app folders) would still only be associated with the app used to originally retrieve them.