Hello all,
I’m integrating Box in one iOS app using BoxSdkGen for swift (box-swift-sdk-gen).
I have successfully implemented authentication and the upload - both small files and chunked big files, however it seems I can’t find anything in the docs or exploring the source to give me a way to track the upload progress.
So my question is is there a way I'm missing to do that or any other workaround - probably implementing my own logic based on swift’s network tasks and so on.
Thanks
