We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.

Forum Discussion

smithmsdb's avatar
smithmsdb
Explorer | Level 3
8 years ago

Objective C SDK v1 show current version similar to "kDBSDKVersion"

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

  • No, the API v2 Objective-C SDK doesn't currently expose something like that, but I'll be sure to pass this along as a feature request.
  • Greg-DB's avatar
    Greg-DB
    8 years ago

    We made `kV2SDKVersion` public in the API v2 Objective-C SDK, as of v3.0.4. Hope this helps!

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Staff rankDropbox Staff
    No, the API v2 Objective-C SDK doesn't currently expose something like that, but I'll be sure to pass this along as a feature request.
      • Greg-DB's avatar
        Greg-DB
        Icon for Dropbox Staff rankDropbox Staff

        We made `kV2SDKVersion` public in the API v2 Objective-C SDK, as of v3.0.4. Hope this helps!