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
Robert HarrisonRobert Harrison 

SalesforceNetwork (SalesforceMobileSDK-iOS)

We are upgrading to version 3.3 of the SalesforceMobileSDK for iOS.

We were using SFNetworkEngine to monitor network reachability:
[SFNetworkEngine sharedInstance].reachabilityChangedHandler = ^(SFNetworkStatus newStatus) { 
    //do stuff 
};

As of version 3.2, SFNetworkEngine has been replaced by SalesforceNetwork.  Is there any documentation or samples on how to use SalesforceNetwork?

Thanks.

 
kgilkgil
Hi Robert,

Unfortuantely I have not been able to find any documentation on this issue. Typically the best place to ask SDK related questions is to the SDK team directly through their Google Community pages. Just a thought and hope it helps, if you haven't posted to the community yet it may a good place to post for more eyes on this:
https://plus.google.com/communities/114225252149514546445
Robert HarrisonRobert Harrison
Thank you kgil.  I just posted to the Google Community.