I am using the iOS Dropbox SDK for the first time.
I am attempting to link my app to a central/master Dropbox account that I can save files to. This is so my client can view PDF files that are created and submitted from the app.
The documentation for the Dropbox SDK is very centric to connect the app with the user's own Dropbox account and not a central account. There doesn't appear to be anything on how to accomplish what I desire. Is there a simple way to do this?
I think I will be able to do this using the Core API and OAuth, but it would be much simpler if the SDK can handle this and I have just overlooked something.