Check whether device is connected to a VPN in iOS 12
I am using the code below (Swift 3 and Swift 4 compatible) to check the VPN connection on iOS devices which is not working in iOS 12 and above. How can I check the vpn connectivity in iOS 12
func isVPNConnected() -> Bool
let cfDict = CFNetworkCopySystemProxySettings()
let nsDict = cfDict!.takeRetainedValue() as NSDictionary
let keys = nsDict["__SCOPED__"] as! NSDictionary
for key: String in keys.allKeys as! [String]
return false
Thank you for your help.
ios swift vpn
|
show 1 more comment
I am using the code below (Swift 3 and Swift 4 compatible) to check the VPN connection on iOS devices which is not working in iOS 12 and above. How can I check the vpn connectivity in iOS 12
func isVPNConnected() -> Bool
let cfDict = CFNetworkCopySystemProxySettings()
let nsDict = cfDict!.takeRetainedValue() as NSDictionary
let keys = nsDict["__SCOPED__"] as! NSDictionary
for key: String in keys.allKeys as! [String]
return false
Thank you for your help.
ios swift vpn
what was the issue u faced , I mean are you validate the key is not available in the substring
– Anbu.Karthik
Nov 15 '18 at 12:10
My issue is I need to check whether the device is connected to vpn or. not. The above code works fine in iOS 11 but always returning false in iOS 12. How can I check the vpn connectivity in latest iOS?
– Bala Murugan
Nov 15 '18 at 13:01
are you validated what the key returns in [string]
– Anbu.Karthik
Nov 15 '18 at 13:05
yes, Getting “en0” always
– Bala Murugan
Nov 15 '18 at 13:09
I think r u tried in the same IP address
– Anbu.Karthik
Nov 15 '18 at 13:17
|
show 1 more comment
I am using the code below (Swift 3 and Swift 4 compatible) to check the VPN connection on iOS devices which is not working in iOS 12 and above. How can I check the vpn connectivity in iOS 12
func isVPNConnected() -> Bool
let cfDict = CFNetworkCopySystemProxySettings()
let nsDict = cfDict!.takeRetainedValue() as NSDictionary
let keys = nsDict["__SCOPED__"] as! NSDictionary
for key: String in keys.allKeys as! [String]
return false
Thank you for your help.
ios swift vpn
I am using the code below (Swift 3 and Swift 4 compatible) to check the VPN connection on iOS devices which is not working in iOS 12 and above. How can I check the vpn connectivity in iOS 12
func isVPNConnected() -> Bool
let cfDict = CFNetworkCopySystemProxySettings()
let nsDict = cfDict!.takeRetainedValue() as NSDictionary
let keys = nsDict["__SCOPED__"] as! NSDictionary
for key: String in keys.allKeys as! [String]
return false
Thank you for your help.
ios swift vpn
ios swift vpn
edited Nov 15 '18 at 12:51
Kuldeep
2,50441735
2,50441735
asked Nov 15 '18 at 11:56
Bala MuruganBala Murugan
184
184
what was the issue u faced , I mean are you validate the key is not available in the substring
– Anbu.Karthik
Nov 15 '18 at 12:10
My issue is I need to check whether the device is connected to vpn or. not. The above code works fine in iOS 11 but always returning false in iOS 12. How can I check the vpn connectivity in latest iOS?
– Bala Murugan
Nov 15 '18 at 13:01
are you validated what the key returns in [string]
– Anbu.Karthik
Nov 15 '18 at 13:05
yes, Getting “en0” always
– Bala Murugan
Nov 15 '18 at 13:09
I think r u tried in the same IP address
– Anbu.Karthik
Nov 15 '18 at 13:17
|
show 1 more comment
what was the issue u faced , I mean are you validate the key is not available in the substring
– Anbu.Karthik
Nov 15 '18 at 12:10
My issue is I need to check whether the device is connected to vpn or. not. The above code works fine in iOS 11 but always returning false in iOS 12. How can I check the vpn connectivity in latest iOS?
– Bala Murugan
Nov 15 '18 at 13:01
are you validated what the key returns in [string]
– Anbu.Karthik
Nov 15 '18 at 13:05
yes, Getting “en0” always
– Bala Murugan
Nov 15 '18 at 13:09
I think r u tried in the same IP address
– Anbu.Karthik
Nov 15 '18 at 13:17
what was the issue u faced , I mean are you validate the key is not available in the substring
– Anbu.Karthik
Nov 15 '18 at 12:10
what was the issue u faced , I mean are you validate the key is not available in the substring
– Anbu.Karthik
Nov 15 '18 at 12:10
My issue is I need to check whether the device is connected to vpn or. not. The above code works fine in iOS 11 but always returning false in iOS 12. How can I check the vpn connectivity in latest iOS?
– Bala Murugan
Nov 15 '18 at 13:01
My issue is I need to check whether the device is connected to vpn or. not. The above code works fine in iOS 11 but always returning false in iOS 12. How can I check the vpn connectivity in latest iOS?
– Bala Murugan
Nov 15 '18 at 13:01
are you validated what the key returns in [string]
– Anbu.Karthik
Nov 15 '18 at 13:05
are you validated what the key returns in [string]
– Anbu.Karthik
Nov 15 '18 at 13:05
yes, Getting “en0” always
– Bala Murugan
Nov 15 '18 at 13:09
yes, Getting “en0” always
– Bala Murugan
Nov 15 '18 at 13:09
I think r u tried in the same IP address
– Anbu.Karthik
Nov 15 '18 at 13:17
I think r u tried in the same IP address
– Anbu.Karthik
Nov 15 '18 at 13:17
|
show 1 more comment
1 Answer
1
active
oldest
votes
Trying adding the key 'utun1' to your check (or prefixed with 'utun' followed by a number).
for key: String in keys.allKeys as! [String]
return false
It works fine Mark. Thank you for your help.
– Bala Murugan
Nov 16 '18 at 5:26
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53318973%2fcheck-whether-device-is-connected-to-a-vpn-in-ios-12%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Trying adding the key 'utun1' to your check (or prefixed with 'utun' followed by a number).
for key: String in keys.allKeys as! [String]
return false
It works fine Mark. Thank you for your help.
– Bala Murugan
Nov 16 '18 at 5:26
add a comment |
Trying adding the key 'utun1' to your check (or prefixed with 'utun' followed by a number).
for key: String in keys.allKeys as! [String]
return false
It works fine Mark. Thank you for your help.
– Bala Murugan
Nov 16 '18 at 5:26
add a comment |
Trying adding the key 'utun1' to your check (or prefixed with 'utun' followed by a number).
for key: String in keys.allKeys as! [String]
return false
Trying adding the key 'utun1' to your check (or prefixed with 'utun' followed by a number).
for key: String in keys.allKeys as! [String]
return false
answered Nov 15 '18 at 13:27
Mark ThormannMark Thormann
1,306712
1,306712
It works fine Mark. Thank you for your help.
– Bala Murugan
Nov 16 '18 at 5:26
add a comment |
It works fine Mark. Thank you for your help.
– Bala Murugan
Nov 16 '18 at 5:26
It works fine Mark. Thank you for your help.
– Bala Murugan
Nov 16 '18 at 5:26
It works fine Mark. Thank you for your help.
– Bala Murugan
Nov 16 '18 at 5:26
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53318973%2fcheck-whether-device-is-connected-to-a-vpn-in-ios-12%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
what was the issue u faced , I mean are you validate the key is not available in the substring
– Anbu.Karthik
Nov 15 '18 at 12:10
My issue is I need to check whether the device is connected to vpn or. not. The above code works fine in iOS 11 but always returning false in iOS 12. How can I check the vpn connectivity in latest iOS?
– Bala Murugan
Nov 15 '18 at 13:01
are you validated what the key returns in [string]
– Anbu.Karthik
Nov 15 '18 at 13:05
yes, Getting “en0” always
– Bala Murugan
Nov 15 '18 at 13:09
I think r u tried in the same IP address
– Anbu.Karthik
Nov 15 '18 at 13:17