I just wonder how this would work, if you would want to integrate Dropbox for saving images from inside of your app to Dropbox. You have to login into your Dropbox account and allow linking of Dropbox somehow, right? Do I have to use the Dropbox REST API through http requests or are there any other ways of integrating it?
Thought were… We all are using Dropbox in our Codea projects. But what happens after Xcode export? Is this all still working or breaks some functionality and I have to write my own integration via ObjC or the above http method?