function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
NigeStNigeSt 

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

J2theCJ2theC

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.