Search code examples
iosiphonequickblox

QuickBlox Video Upload Issue


I'm working on a CHAT APP with quickblox API. I am facing issue with Video file UPLOAD. I am able to upload IMAGE file easily.

For image i use this code from Quickblox API.

Click Here

What i just change is :

NSData *imageData11=[NSData dataWithContentsOfURL:delegate.videoURLDelegate];
[QBContent TUploadFile:imageData11 fileName:@"ChatVideo" contentType:@"video/mp4" isPublic:YES delegate:self];

Thank You in advance


Solution

  • hello, i have the same issue i found it buy calling this

    "https://s3.amazonaws.com/qbprod/" to upload video its working for me.

    hope help you also