Posts

Post not yet marked as solved
2 Replies
4.0k Views
Hi,I am working on a vpn application, need your help.Step 1.Open my VPN and create VPN profile (NETunnelProviderManager) and connected.Step 2.Disconnect VPN and force close appStep 3.Open another VPN app connected and disconnected (end session)Step 4.Open my VPN app and connect VPNIn this step alway received conecting state (NEVPNConnection I register notification NEVPNStatusDidChange)There are 3 ways i tried to make vpn connected.1. Reboot iphone2. Re-install app3. Delete VPN profile (NETunnelProviderManager.removeFromPreferences) and recreate profileSo, How can do to show debug log and resolve this issue.Thank for your support.
Posted Last updated
.
Post not yet marked as solved
1 Replies
393 Views
Hi,I am working on a vpn application, there is a problem need your hepl.My app using Shadowsock protocol.In NEVPNConnection have only NEVPNStatus and connectedDate /** * @property status * @discussion The current status of the VPN. */ @available(iOS 8.0, *) open var status: NEVPNStatus { get } /** * @property connectedDate * @discussion The date and time when the connection status changed to NEVPNStatusConnected. This property is nil if the connection is not fully established. */ @available(iOS 9.0, *) open var connectedDate: Date? { get }So, how to get the total data in a session after the end of the session.Thank for support.
Posted Last updated
.
Post not yet marked as solved
4 Replies
3.7k Views
Hi,I'm developing VPN app for ios and macos, there are problem need your helps,I want to special apps (1 or many apps) bypass the VPN tunnel, it mean these special app still use current network (wifi or mobile network).If can not do it, i think there some other solution for bypass special domain or ip address?Thank for your support,
Posted Last updated
.
Post not yet marked as solved
1 Replies
2.3k Views
Hi,I working with api like Google translate or something like this for ios and macos app,So, I need storage where can keep safe secret key. If not protect this key, i can pay large invoice by another user decompile source code or something like this.Thank for your support,
Posted Last updated
.