You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.
I'm getting a little lost in the NE documentation.
What would be the recommended way to get the IP address that the device gets when connected to the VPN?
Thanks.
The text was updated successfully, but these errors were encountered:
I'm successfully communicating with the network extension in the method func handleAppMessage(_ messageData: Data, completionHandler: ((Data?) -> Void)?)
But if adapter is my OpenVPNAdapter instance, then in adapter.connectionInformation?.clientIP I'm getting a nil value.
What am I missing?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm getting a little lost in the NE documentation.
What would be the recommended way to get the IP address that the device gets when connected to the VPN?
Thanks.
The text was updated successfully, but these errors were encountered: