Enable Debug Statements when using Data Services iOS SDK
To enable debug statements for the iOS SDK, add the following to your project code as the first line before any component of the iOS SDK is initialized.
[[DSLog log] setLogLevel:DSLogLevelDebug];
You should then get a more verbose output in your logs from the iOS SDK, much like you get from turning on Flex logging with TraceTarget.