owncloud / ios-library

MIT License
77 stars 90 forks source link

sharedOCCommunication with two NSURLSession for Upload #93

Closed marinofaggiana closed 8 years ago

marinofaggiana commented 9 years ago

Hi ! I have to implement two UploadSessionManager with two different configurations ... how can I do? NSURLSession with no problems but with AFNetworking and owncloudlib not know.

thanks

ggdiez commented 9 years ago

Hi @marinotws

For do that you can create 2 instances of OCComunication lib and remember to put different name of sessions.

marinofaggiana commented 9 years ago

yes.

nasli commented 8 years ago

Closed as solved, if needed please reopen it.