dropbox-sdk-obj-c
dropbox-sdk-obj-c copied to clipboard
Official Objective-C SDK for the Dropbox API v2.
Fixes frequent warnings from `NSKeyedArchiver` on Xcode 13 (see #330). Instead of using `-decodeObjectForKey:`, `-decodeObjectOfClass:forKey:` is used.
Not sure if these were present before the RC, but I just happened to notice them today: ``` 2021-09-16 11:03:48.381521+0800 Due[2196:205178] [general] *** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type...
Hello there. I use Your SDK 6.0.0 in my iOS app. Here is the crash I found in FirebaseCrashlytics: 
Hello there. I use Your SDK 6.0.0 in my iOS app. Here is the crash I found in FirebaseCrashlytics: 
Hello there. I use Your SDK 6.0.0 in my iOS app. Here is the crash I found in FirebaseCrashlytics: 
Hello there. I use Your SDK 6.0.0 in my iOS app. Here is the crash I found in FirebaseCrashlytics: 
Hello there. I use Your SDK 6.0.0 in my iOS app. Here is the crash I found in FirebaseCrashlytics: 
There are many reported issues by the Xcode Analyzer which are probably indicating semantic rather than functional issues. However, I think that when performing Xcode > Product > Analyze, it's...
After calling authorizeFromControllerV2 and the user dismisses the authentication dialog, the openURL routine is called. The issue I am having is that when that call to openURL is made, although...
the console log is "-canOpenURL: failed for URL: "dbapi-2://1/connect" - error: "The operation couldn’t be completed. (OSStatus error -10814.)"and "-canOpenURL: failed for URL: "dbapi-8-emm://1/connect" - error: "The operation couldn’t be...