dropbox-sdk-obj-c icon indicating copy to clipboard operation
dropbox-sdk-obj-c copied to clipboard

Official Objective-C SDK for the Dropbox API v2.

Results 43 dropbox-sdk-obj-c issues
Sort by recently updated
recently updated
newest added

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: ![Screenshot 2021-11-02 at 09 32 46](https://user-images.githubusercontent.com/5647878/139797491-c7cfd6f6-4068-4f91-87c9-68b6b2174ba4.png)

Hello there. I use Your SDK 6.0.0 in my iOS app. Here is the crash I found in FirebaseCrashlytics: ![Screenshot 2021-11-02 at 09 36 46](https://user-images.githubusercontent.com/5647878/139797936-286022ea-d6d0-4c9c-8b20-68344c08178e.png)

Hello there. I use Your SDK 6.0.0 in my iOS app. Here is the crash I found in FirebaseCrashlytics: ![Screenshot 2021-11-02 at 09 39 41](https://user-images.githubusercontent.com/5647878/139798280-05c7702d-2156-4570-acef-fea63bb28ee3.png)

Hello there. I use Your SDK 6.0.0 in my iOS app. Here is the crash I found in FirebaseCrashlytics: ![Screenshot 2021-11-02 at 09 41 53](https://user-images.githubusercontent.com/5647878/139798493-14f93b61-3e6f-41b1-bc85-549dccd667bf.png)

Hello there. I use Your SDK 6.0.0 in my iOS app. Here is the crash I found in FirebaseCrashlytics: ![Screenshot 2021-11-02 at 09 49 05](https://user-images.githubusercontent.com/5647878/139799216-ce61edf3-a0e1-4c6c-a699-ed18e20bba72.png)

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...