Post

Replies

Boosts

Views

Activity

Reply to NESMVPNSession disconnected
Hi, I could see that when trying to connect I get the following error: NESMVPNSession[Primary Tunnel:OpenVPN Client:---------------------:(null)] in state NESMVPNSessionStateStarting: plugin NEVPNTunnelPlugin(com.app.ios[inactive]) started with PID 0 error Error Domain=NEAgentErrorDomain Code=2 "(null)" I have seen that it could be because of permissions, this is my .entitlement and my .plist ?xml version="1.0" encoding="UTF-8"? !DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd" plist version="1.0" dict keycom.apple.developer.networking.networkextension/key array stringpacket-tunnel-provider/string /array keycom.apple.developer.networking.vpn.api/key array stringallow-vpn/string /array keycom.apple.security.app-sandbox/key true/ keycom.apple.security.application-groups/key array stringgroup.ID/string /array keycom.apple.security.files.user-selected.read-only/key true/ keycom.apple.security.network.client/key true/ keycom.apple.security.network.server/key true/ keykeychain-access-groups/key array string$(AppIdentifierPrefix)ID.*/string /array /dict /plist ?xml version="1.0" encoding="UTF-8"? !DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd" plist version="1.0" dict keyCFBundleDevelopmentRegion/key string$(DEVELOPMENT_LANGUAGE)/string keyCFBundleDisplayName/key stringNameApp/string keyCFBundleExecutable/key string$(EXECUTABLE_NAME)/string keyCFBundleIdentifier/key string$(PRODUCT_BUNDLE_IDENTIFIER)/string keyCFBundleInfoDictionaryVersion/key string6.0/string keyCFBundleName/key string$(PRODUCT_NAME)/string keyCFBundlePackageType/key string$(PRODUCT_BUNDLE_PACKAGE_TYPE)/string keyCFBundleShortVersionString/key string1.0/string keyCFBundleVersion/key string1/string keyLSRequiresIPhoneOS/key true/ keyNSAppTransportSecurity/key dict keyNSAllowsArbitraryLoads/key true/ /dict keyNSExtension/key dict keyNSExtensionPointIdentifier/key stringcom.apple.networkextension.packet-tunnel/string keyNSExtensionPrincipalClass/key string$(PRODUCT_MODULE_NAME).PacketTunnelProvider/string /dict keyUIApplicationSceneManifest/key dict keyUIApplicationSupportsMultipleScenes/key true/ /dict keyUIApplicationSupportsIndirectInputEvents/key true/ keyUILaunchScreen/key dict/ keyUIRequiredDeviceCapabilities/key array stringarmv7/string /array keyUISupportedInterfaceOrientations/key array stringUIInterfaceOrientationPortrait/string stringUIInterfaceOrientationLandscapeLeft/string stringUIInterfaceOrientationLandscapeRight/string /array keyUISupportedInterfaceOrientations~ipad/key array stringUIInterfaceOrientationPortrait/string stringUIInterfaceOrientationPortraitUpsideDown/string stringUIInterfaceOrientationLandscapeLeft/string stringUIInterfaceOrientationLandscapeRight/string /array /dict /plist Can you help me?
Feb ’21