Getting a list of installed VPN Profiles Programatically - iOS -


is possible app programatically list of vpn profiles installed on ios device?

i guessing shouldn't possible since information lies outside of app's sandbox. however, have seen networkextension framework nevpnconnection , nevpnmanager classes allow run vpn on fly. if can setup vpn on fly, might possible existing vpn profiles.

also, nevpnmanager has following method seems load preferences: (void)loadfrompreferenceswithcompletionhandler:(void (^)(nserror *error))completionhandler ns_available(10_10, 8_0);

so, great if let me know if possible fetch list of installed vpn profiles.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -