Hello!
I'm new to developing iOS apps so I'm looking for something of an overview recommendation for what I'm trying to accomplish.
I have an iOS application that records audio and then emails it. I've tested it and it's working fine.
Here's what I want to accomplish:
I want to alter the application so that, rather than emailing the audio file, it will upload the audio file to a server (either iCloud or my own server).
I would like a link to the audiofile posted on my server's Social CMS http://krackl.it
My Socal CMS allows login via Facebook so it would be nice if the users could also share a link to the audio file on Facebook.
I'm wondering what method would be recommended location for my app to store the audio (iCloud? My own server?) and if there is a recommended set of frameworks or a design to accomplish posting the links to m social CMS and Facebook.
Here's what I have done thus far in preparation
I have Cloudkit db setup
I have Cloudkit and iCloud activate and setup in the capabilities of my app.
I also have a social CMS server http://krackl.it activated in my capabilities as an associated domain
Any advice is very much appreciated.
Thanks,
T