dropbox-sdk-obj-c
dropbox-sdk-obj-c copied to clipboard
Official Objective-C SDK for the Dropbox API v2.
Cannot pass online validation from Xcode of an app using latest ObjectiveDropboxOfficial signed with Developer ID credentials. Validation error message is: **An error occurred during validation** Couldn't find platform family...
As Created date of file is not returned by sdk, please add this functionality as i have option in my app to sort files in created date ascending and descending...
v1 sdk was distributed as a framework. Installation was (https://www.dropbox.com/developers-v1/core/sdks/ios) Open your project in Xcode. 1. Navigate to where you uncompressed the SDK and drag the DropboxSDK.framework folder into your...
Upload a file URL from iCloud Drive container leads to file with zero bytes(empty file) no data. example of fileURL from iCloud Drive containter: file:///private/var/mobile/Library/Mobile%20Documents/M30Q9HQZUK~com~company~AppName/Documents/Monthly%20budget.xlsx
The mute option when uploading a file never worked and still does not. When is this planned? Really, people don't need to be alerted of changes made to files made...
The WebAuth login page used to show my app icon by using v1 API, but it missed the app icon when using v2 API with this SDK for iPhone. Like...
fix typo
Please consider packaging the *Dropbox for Objective-C SDK* as a [Swift Package](https://developer.apple.com/documentation/xcode/creating-a-standalone-swift-package-with-xcode). Although "Swift" is in the name, Swift Packages can include Objective-C code, and can be consumed by Xcode's...
Hello, I have been seeing this warning from Thread Sanitizer when testing our Dropbox integration in the latest Xcode 14.3: > This method should not be called on the main...
Our team want to reduce build time and I want to know if I can use the dropbox SDK binary framework instead using the raw source code. If I use...