Hi, I am an iOS developer. Please let me know how to save preferences in dropbox programatically in iOS. Thanks in Advance.
The Dropbox API provides an interface that you can use in your app to upload and download files to and from Dropbox, though it doesn't provide any special support for preferences in particular. If you can store and retrieve preferences as files though, that should work fine.
You can find the iOS Core SDK here:
https://www.dropbox.com/developers/core/sdks/ios
There's a getting started guide here:
https://www.dropbox.com/developers/core/start/ios