-
No support for iOS < 9 in Dropbox V2 API for Objective-C???
Objective-C App on iOS simulator fails during authentication using an iOS 8 taget but works with iOS 10: dyld: Symbol not found: _OBJC_CLASS_$_SFSafariViewController I wasn't aware that iOS < 9 was not longer supported, but this appears to be the case as this class arrived in iOS 9. If true will adjust deployment target…
-
Dropbox authentication on iPhone X
My App's Dropbox authentication is failing on iPhone X and iOS 11. I still do not know the root cause and am just doing an initial inquiry here to learn if there is a known issue. What I can say is this: 1) authentication fails if the Dropbox App is installed 2) authentication succeeeds if I remove the App and…
-
API V2 analogue of canceFileLoad and cancelFileUpload
In my iOS app using Dropbox API V1 I cancel file uploads and downloads using code similar to this: [self.restClient canceFileLoad:dBox.cloudURLDropbox]; What is the corressponding V2 method call ... I've spent some time looking throught the docs and for the life of me I cannot see what to do! Thanks, Steve
-
How to link V2 API for macOS App Store?
My macOS App runs fine while debugging, with the framefwork embedded. But when I archive it for the App Store the resultand binary crashes with this error, how do I resolve this? Thanks. Dyld Error Message: Library not loaded: @rpath/ObjectiveDropboxOfficial.framework/Versions/A/ObjectiveDropboxOfficial Referenced from:…