You need to sign in to do that
Don't have an account?

Bulk query via iOS SDK?
Hi,
I have a requirement to download many (10,000s) of records from force.com to the device (iPhone), and it looks like bulk query API is the way to go.
I'd appreciate it if someone could confirm this is accessible in some way by the current iOS Salesforce SDK?
If so, would this be via a RESTful access?
Thanks,
Nige
No, the BULK API is not supported by the classes on the current status on the SDK. you can use the session information provided by the current SDK to make your own REST API calls.