Skip to content
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

Connection on IOS always disconnected #75

Open
mpxn opened this issue Apr 19, 2023 · 7 comments
Open

Connection on IOS always disconnected #75

mpxn opened this issue Apr 19, 2023 · 7 comments

Comments

@mpxn
Copy link

mpxn commented Apr 19, 2023

The application compiles but the connection fails. On android everything is ok.

@MtechiTsolution
Copy link

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

1 similar comment
@pandabossli
Copy link

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

@MtechiTsolution
Copy link

I just found out that this library doesn't fully support vpn for iphone, you have to native code.

@James-bitoss
Copy link

Have you solved this problem?i have also facing the same.

@hredhayxz
Copy link

Have you solved this problem?i have also facing the same.

Solution:

You can resolve this issue by following one of these steps:

  • Option 1: Upgrade your iOS version.

Or, follow these steps:

  1. In your Podfile, set the platform target:

    platform :ios, '14.0'
  2. In Xcode, navigate to your app's target:

    • Go to Runner > General and set the Minimum Deployment Target to 14.0.
  3. For the VPNExtension target in Xcode:

    • Go to VPNExtension > General and set the Minimum Deployment Target to 15.6.

This worked for me. Thank you!

@RahimUllahAxlic
Copy link

I encountered the same issue and attempted to resolve it as suggested in #86 (Android OK - iOS KO), but it did not work. Could you provide further guidance or suggest an alternative solution?

@hredhayxz
Copy link

You can try my solution. Solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants