Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I incorporate WebDAV into my iPhone application?

I would like to add WebDAV to my iPhone application. What is the best way / library to enable this?

like image 443
RW. Avatar asked Nov 21 '25 18:11

RW.


1 Answers

WebDAV is just an extension to HTTP. Thus, you can use any of the existing HTTP APIs available on the iPhone to implement WebDAV, assuming that your needs don't require customization to the request/response beyond that which is supported by the underlying API.

There are also a number of Objective-C based WebDAV client APIs. Maybe one of those will work? Hard to say, given the lack of details in your question.

I'd start with this particular trail of clues.

like image 102
bbum Avatar answered Nov 23 '25 07:11

bbum



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!