I need to connect to either Salesforce.com or Database.com (same concept) from an iOS application. I don't care if it's soap or rest. All I want to do is get the data out. I am using an administrator login to query against custom objects and return records.
I am not sure the mobile sdk provided by Salesforce is the best option. From my tests and sample applications it requires oAuth. I'm not an expert with oAuth on iOS, but my understanding is the user will have to authenticate to use the app. I want Salesforce or Database.com to be queried using the credentials I supply, not prompt the user to login.
If possible, I would like to use as much standard functionality as possible. If this can be done without installing additional libraries that would be perfect. If that is not possible, I am willing to try anything at this point.
I have searched for hours and tried 5-7 different approaches. I'm confident it's not nearly as challenging as it appears.
Any help is greatly appreciated.