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
HoustonAPlusHoustonAPlus 

dropped connection with zksforce

We currently use zksforce to preform queries and updates to records. However there are times when a client's device loses internet conection and when the client regains a connection, the client is unable to preform any functions with SF. What exactly is happening and what are some possible solutions to consider?

SuperfellSuperfell

It just using NSURLConnection under the covers, see https://github.com/superfell/zkSforce/blob/master/zkSforce/zkBaseClient.m

You'll probably need to attach a debuger and see what the *err variable gets set with after the NSURLConnection call.