Peter Sutter created CMIS-1027: ---------------------------------- Summary: Per-App-VPN issue Key: CMIS-1027 URL: https://issues.apache.org/jira/browse/CMIS-1027 Project: Chemistry Issue Type: Bug Components: objectivecmis Reporter: Peter Sutter Assignee: Peter Sutter Fix For: ObjectiveCMIS 0.6
With our app we experienced issues when app tries to connect when using Per-App-VPN. The client receives the flag 39 (enum SCNetworkReachabilityFlags). The objectiveCMIS library only checks for kSCNetworkReachabilityFlagsConnectionRequired (not connected) and not for the connection on demand flag. We now check for isReachable && (connectionNotRequired or connectionOnDemand) -- This message was sent by Atlassian JIRA (v6.3.15#6346)