AppProxyCap
AppProxyCap copied to clipboard
Application-wide proxy setting for Mac and iOS
yes
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