networkextension Questions

3

I want to build a macOS app that filters specific network requests so I need to add the NetworkExtensions capability. But after I add a NetworkExtensions capability, I get the following message: Yo...

1

We're trying to establish the connection with VPN for monitoring the network activities. I'm able to get the url but my internet is not working. When I start establish the connection it shows that ...
Courier asked 16/10, 2023 at 10:39

5

In iOS settings, there are options to create a VPN configuration using IPSec, IKEv2, and L2TP. Using the NetworkExtension framework from Apple there's an option to create VPN using IPSec and IKEv2 ...
Moorwort asked 24/1, 2017 at 10:8

3

Solved

So i am trying to monitor the connection status by closers : func reconnect(success: @escaping () -> Void, failure: @escaping () -> Void) { let manager = NEHotspotConfigurationManager.sha...
Lapides asked 9/12, 2018 at 13:51

8

Solved

I'm using NEHotspotConfigurationManager with on iOS 11 iPhone to connect to specific Wi-Fi spot and then disconnect from it. Here is the code: if (@available(iOS 11.0, *)) { NEHotspotConfigurati...
Fregger asked 1/11, 2017 at 17:38

0

I am trying to create a VPN, but without any VPN server. I am not sure if this is possible or not, but I Have seen apps which creates VPN and their VPN configuration ther server address is 127.0.0....
Ceremonious asked 13/7, 2021 at 15:43

1

I'm having a Local VPN app that using "NETunnelProvider / NetworkExtentsion", In my solution, I created a split tunnel on the device itself to track the DNS request, using NEKit I was abl...
Gent asked 13/10, 2020 at 14:24

1

I am working on one IoT application, and I have to connect my IoT device with the wifi network using Flutter application similar to Google Home, Amazon Echo, and Alexa. For the same, I required all...
Bod asked 27/10, 2020 at 7:57

1

As I recently found this paper describing a sniffing mechanism for iOS using Apple's NEPacketTunnelProvider Extension, I got curious and it made me want to understand it from a technical point of v...
Pianette asked 24/9, 2018 at 9:50

1

Solved

I'm using the Network Extension framework provided by Apple to build a packet sniffing/monitoring application similar to Charles Proxy and Surge 4 for iOS. So far, I have the basic structure of the...
Gerthagerti asked 22/10, 2020 at 20:33

1

Solved

My app uses NEHotspotConfigurationManager to connect itself to a certain device using a Wi-Fi. The device acts as an WPA2 access point. In older iOS versions (iOS 12 and lower) everything worked fi...
Megagamete asked 19/8, 2019 at 8:25

1

Solved

We have an app that registers and runs a NetworkExtension (specifically NEPacketTunnelProvider) on both iOS and macOS. This works fine (although not in the iOS simulator, of course, known limitatio...
Fenderson asked 20/12, 2019 at 21:35

2

Solved

I am trying to create VPN connection in my app. I go through this link https://developer.apple.com/documentation/networkextension/nevpnmanager but did not find any official code to use NEVPNManag...
Vogul asked 21/11, 2017 at 9:20

1

Solved

I use NEHotspotConfigurationManager in a native module developed for a react native app, to connect to a device that exposes an open wifi hotspot. In older iOS versions (iOS 12 and lower) it worked...
Brenda asked 11/9, 2019 at 17:40

0

I would like to inspect packets with NEPacketTunnelProvider without a specified proxy. Unfortunately my readPacketObjects completion handler is never being called and I don't understand why. My reg...
Churchgoer asked 5/6, 2019 at 15:5

0

I am using NETunnelProviderManager for implementing VPN with HTTP/HTTPS proxy. I have Basic Authentication from the Proxy server to authenticate with it, and I need to update password at regular t...
Underquote asked 19/12, 2018 at 14:4

2

Solved

When I use NEHotspotConfigurationManager to connect to a WiFi access point, and I intentionally use an invalid password or SSID, I don't get the programmatic feedback I expect. The user receives fe...
Electrocardiograph asked 7/2, 2018 at 17:35

0

I want to be able to provide credentials for a HTTP endpoint with the following constraints in mind No user interaction. The user shouldn't be prompted for a username/password. Credentials are to...
Davin asked 4/7, 2018 at 17:16

0

I'm trying to build an iOS app that lists all requests that are made from the device, like Charles Proxy does. Much like Charles, my idea has been to create a Packet Tunnel Provider and have it set...
Entrust asked 16/4, 2018 at 7:11

2

I'm getting "Error Domain=NEVPNErrorDomain Code=1 \"(null)\"" only first time while connecting to VPN server, later onwards it works perfectly. I've checked NEVPNErrorDomain Error 1 when trying to...
Finance asked 29/11, 2017 at 10:36

3

I am trying to add Network Extension framework to xcode for implementing Vpn configuration from my application. For that i am referring this video https://developer.apple.com/videos/play/wwdc2015/7...
Mothball asked 25/11, 2016 at 10:39

1

On the networking side, DNS Proxy is one of the biggest features of iOS 11. But they haven't provided much documentation or samples regarding it. There's a talk on it as well where they have just g...
Eluvium asked 4/8, 2017 at 13:50

3

Solved

I need to use Network Extension features in an app, particularly to use the Proxy features. The doc says: Except when you use the NEHotspotHelper class, you do not need to obtain entitlements from...

2

Solved

I coding a VPN tool, using the NetworkExtension framework. I can connect IPSec through NEVPNManager.sharedManager, and can grab the notification when VPN connect status changed. But when I kill the...
Lewls asked 20/8, 2016 at 16:53

0

Whenever I try to upgrade an app that has the Network Extension (NEPacketTunnelProvider) to a new version and the VPN is in "Connecting" or "Connected" state, the upgrade will always hang with the ...
Salvidor asked 10/10, 2016 at 14:30

© 2022 - 2025 — McMap. All rights reserved.