AppProxyCap icon indicating copy to clipboard operation
AppProxyCap copied to clipboard

Application-wide proxy setting for Mac and iOS

Results 6 AppProxyCap issues
Sort by recently updated
recently updated
newest added

static CFDictionaryRef new_SCDynamicStoreCopyProxies (SCDynamicStoreRef store) { if (!activated || !proxyPref) return origin_SCDynamicStoreCopyProxies(store); NSLog(@"AppProxyCap: proxify configuration applied: %@", proxyPref); return CFDictionaryCreateCopy(NULL, (CFDictionaryRef)proxyPref); } new_SCDynamicStoreCopyProxies Not working on iOS 8 send http...

I use this lib in my app , through viewdidload or init . but sometimes log shows proxy success and show me the proxy infomation , sometimes not shown. what...

Hi, I need to use this, after some network calls. How can I do that? Thank you