VIMNetworking
VIMNetworking copied to clipboard
The Vimeo iOS SDK
I'm trying to use the iOS native library to access my private video but is returning nil. I have a PRO account and i'm using this code: VIMSessionConfiguration *config =...
Right now I'm trying change VIMNetworking to use AFNetworking 3 manually, but at the same time think if there is any easier way to handle this case. Any ideas will...
#### Issue Summary during the authenticate process crash at -> **\* Assertion failure in -[VIMSession authenticationCompleteWithAccount:error:key:completionBlock:] #### Reproduction Steps Follow the authentication process, when jump back from safari app crash....
#### Issue Summary Unable to delete data/save for account key: kVIMAccountStore_SaveKey #### Reproduction Steps every time runauthenticateWithClientCredentialsGrant method
#### Issue Summary if app have run the logout vimeo method, this sentence " (VIMSession.sharedSession()?.account?.isAuthenticated() == nil)" will always be false, I thought it should be false so that the...
#### Issue Summary A brief but thorough description of the issue. the same code run well on iPhone6 simulator(version iOS9.3), but when I turn to iPhone6 simulator(version iOS10), it seems...
For some reason for all videos we have uploaded with the iOS SDK - the web public stats are not being updated. I've asked before this and as i remember...
#### Issue Summary I am writing to you in regards of our iOS application and your SDK which we've integrated into. The problem is that sometimes some of the videos...
#### Issue Summary `AFNetworking` is a major, well-known library, however not every project is willing to integrate it. There could be several reasons, some of them could be: 1. Project...
I have follow the steps to upload video and get success result but the last step which should give output as upload video's video_id in location header not happening. Request...