ios-library icon indicating copy to clipboard operation
ios-library copied to clipboard

Results 15 ios-library issues
Sort by recently updated
recently updated
newest added

The result NSURLErrorDomain" - code: 18446744073709550613 will return when I use this method

The OCLibraryExample of a vanilla git clone of https://github.com/owncloud/ios-library.git does not compile anymore for two reasons - OCOAuth2Configuration.h not found in OCCommunication.h - `[[AppDelegate sharedOCCommunication] setCredentialsWithUser:user andPassword:password];` in ViewController.m because...

Code 130 is returned for various kinds of errors, e.g. _path not found_ and _path already exists_. The code in OCXMLServerErrorsParser.m already contains a TODO statement for that.

I am trying to connect to a local owncloud instance with swift using this library. The app example you are providing is working fine with my local setup. I have...

When doing a static analysis using HP fortify , the following issue is raised: AFNetworkReachabilityManager.m at line 255. ``` if ([key isEqualToString:@"reachable"] || [key isEqualToString:@"reachableViaWWAN"] || [key isEqualToString:@"reachableViaWiFi"]) { return...

Hi boys, do you interest my branch for add quota on OCFileDto ? Thanks !! m.

Hi @javiergonzper how are you ? The getRemoteThumbnailByServer function do not work with "shared folder" ... (It is a surmountable limit ?) thanks !! m.

Hi there, I would like to add SSL support for my app. For testing purposes, I use an self generated Let's encrypt SSL certificate from my web host to protect...

What do you think about Pod Lib? We use this in our project to load for example AFNetworking. That would be an easy way to use your library in any...

enhancement