Is there any way we can put the iOS SDK into verbose mode where it reports the exact API calls that are being made so we know exactly what data is being passed into the app and out? Is there any way of getting this data from the console? How would we get a API call (including the URL, parameters etc.) of a command if we are using the iOS SDK?
You can see what API calls were made with from iOS using Manage > Analytics > API Calls.
To see the parameters, etc you would need to add your own logging. You could use Backendless logging API for that task.
Regards,
Mark