-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android OK - IOS KO #86
Comments
@Spokplacenta Did you find anything because I got the same issue, please someone help us. |
Still same problem on Apple's platforms. |
YES below is the error on console |
I configure it correctly but don't get it where the issue is coming from |
Does your configuration work on android ? |
@Spokplacenta yes it works on android and IOS also |
@Spokplacenta check your ios OS software version if it is equal to or greater than 15 than it will work, |
Run below command and run again |
Add below in runner Info.plist that might help you
|
Have you added code on PacketTunnelProvider.swift? |
yes |
Could you show me the error on the console? |
i have no error on the console, this is one of my problems. :/ |
make a separate project and start the installation step by step, I know it will take time maximum 20 minutes but you will find the issue may be. |
It might be, but does this fix solve your issue |
Full error of the loop
|
this is my podfile code
|
It's working !!! VPN is now connected on iOS too ! Thanks a lot @syedabdulbasit1 ! |
@Spokplacenta Thanks for acknowledge this issue. That's great 😊. |
When I try connection on Android, it's working.
When I try on my iPad or iPhone, it's not working.
I didn't find any way to handle errors, I've just status and stage :
flutter: status : {connected_on: null, duration: 00:00:00, byte_in: 0, byte_out: 0, packets_in: 0, packets_out: 0} flutter: stage : VPNStage.disconnected flutter: stage : VPNStage.connecting flutter: stage : VPNStage.disconnected
In VPN configuration in iPadOS or iOS, i have :
"Update required" in vpn's list
What is the way to handle errors ?
OpenVPNAdapter is no longer maintained, is it planned to use tunnel kit instead of openVPNAdapter ?
The text was updated successfully, but these errors were encountered: