Ok. Just did a kill -9 of it, after adding
proxyManager.onDemandEnabled = YES;
NEOnDemandRuleConnect *connectOnDemand = [[NEOnDemandRuleConnect alloc] init];
connectOnDemand.interfaceTypeMatch = NEOnDemandRuleInterfaceTypeAny;
proxyManager.onDemandRules = @[
connectOnDemand,
];
and it came back alive the next time I access the network.
Topic:
App & System Services
SubTopic:
Networking
Tags: