nizwar / openvpn_flutter

A package that allow you to connect OpenVPN service with Flutter
https://pub.dev/packages/openvpn_flutter
GNU General Public License v3.0
69 stars 77 forks source link

IOS connection is not working #72

Open DieOfCode opened 1 year ago

DieOfCode commented 1 year ago

I have this problem

flutter: VPNStage.disconnected flutter: VPNStage.connecting flutter: VPNStage.disconnecting flutter: VPNStage.disconnected

but i used working config and clearly followed the installation points of the plugin

MtechiTsolution commented 10 months ago

i have also facing the same issue, is any solution???

James-bitoss commented 1 month ago

i have also facing the same issue ,how to do

DieOfCode commented 1 month ago

Do not use this plugin. It uses a deprecated library for the connection.

It is better to implement your own plugin for connection using.

https://github.com/passepartoutvpn/tunnelkit

I solved this problem exactly like this.

gurpreetkaur1998 commented 3 weeks ago

Hi, i am solved ios vpn connection issue, make sure your .opvn file correctly write in your iOS device, and check the App proxy, DNS Proxy, Content filter also. Because to connect the vpn file in iOS need the correct path and DNS proxy. Add the info.plist file:

ITSAppUsesNonExemptEncryption LSSupportsOpeningDocumentsInPlace UIFileSharingEnabled com.apple.security.files.downloads.read-write com.apple.security.network.client In my end, now vpn is working fine.