objective c - How to retrieve proxy password stored in iOS -
in os x can retrieve username , password proxy using keychain function seckeychainfindinternetpassword
.
in ios there cfnetworkcopysystemproxysettings
, cfnetworkcopyproxiesforurl
return proxy hostname , username, not password.
how can retrieve proxy password stored in user settings in ios?
Comments
Post a Comment