From 3b0166ee19761e18f79799abfcf87c07d07ef259 Mon Sep 17 00:00:00 2001 From: Amir Mohammadi Date: Wed, 17 Jan 2024 23:15:38 +0330 Subject: [PATCH] fix connection bug after bundle update --- ios/Runner/VPN/VPNManager.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/Runner/VPN/VPNManager.swift b/ios/Runner/VPN/VPNManager.swift index 6c950b2f..a30b1ee1 100644 --- a/ios/Runner/VPN/VPNManager.swift +++ b/ios/Runner/VPN/VPNManager.swift @@ -94,7 +94,7 @@ class VPNManager: ObservableObject { } let newManager = NETunnelProviderManager() let `protocol` = NETunnelProviderProtocol() - `protocol`.providerBundleIdentifier = "com.hiddify.ios.SingBoxPacketTunnel" + `protocol`.providerBundleIdentifier = "app.hiddify.com.SingBoxPacketTunnel" `protocol`.serverAddress = "localhost" newManager.protocolConfiguration = `protocol` newManager.localizedDescription = "Hiddify"