I know this has been asked around, but couldn’t find a straight answer.
My App uploads .caf files from ios to Webserver, where .caf isn’t a recognized format. What Should I do programatically in iOS to turn it into mp3, .wav..etc before uploading to server?
I know this has been asked around, but couldn’t find a straight answer. My
Share
EDIT : I had the same problem and solution is given below
I had same issue, As
.caf isn't a recognized format in ISS 6.0or greater (not sure about which ISS) so uconvert into base64then save in server as.cab fileWhen retrieving again convert form
.cab to .caffile