You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our iOS application, we are using video upload with VIMUpload(https://github.com/vimeo/VIMUpload) it was working fine till some days back but it suddenly stopped working for us
In code we are observing observeValueForKeyPath for UploadStateContext but it is not giving any callback when state changes so our app is constantly in progress state
Can you help us in fixing this?
The text was updated successfully, but these errors were encountered:
If it "just stopped working" then it sounds like a server-side issue (we haven't made any updates to the library recently). Are you still seeing this problem?
Also, VIMUpload is no longer being supported. Going forward, VimeoUpload is our defacto, ever-supported, Swift library.
In our iOS application, we are using video upload with VIMUpload(https://github.com/vimeo/VIMUpload) it was working fine till some days back but it suddenly stopped working for us
In code we are observing observeValueForKeyPath for UploadStateContext but it is not giving any callback when state changes so our app is constantly in progress state
Can you help us in fixing this?
The text was updated successfully, but these errors were encountered: