In objective C SDK v1 we can do the following to determine the currently installed version:
NSLog(@Current Dropbox SDK Version is: %@", kDBSDKVersion);
How can we do this in SDK v2?
Thanks
We made `kV2SDKVersion` public in the API v2 Objective-C SDK, as of v3.0.4. Hope this helps!