ccnnde / react-native-simple-openvpn

A simple react native module to interact with OpenVPN
GNU General Public License v2.0
137 stars 52 forks source link

VPN not connect in ios #67

Open Owaisdev0421 opened 1 week ago

Owaisdev0421 commented 1 week ago

SampleVPN

Screenshot 2024-09-04 at 2 24 02 PM Screenshot 2024-09-04 at 2 24 37 PM

Bug description:

To Reproduce:

Expected behavior:

Screenshots/Videos:

Environment:

Owaisdev0421 commented 1 week ago

I configured all the libraries. OpenVPNAdapter. Also, set the complete profile. The Android side has been working perfectly. but I face issues is IOS. Plz give me a solution or any source file.

ccnnde commented 1 week ago

Can you provide a minimal code demo using a GitHub repository to reproduce the issue?

Owaisdev0421 commented 1 week ago

I am working on a VPNDemo project hosted at this GitHub repository (master branch). I need also assistance with rendering download and upload speed in the app when the notification is enabled. Currently, the speeds are shown in the notification, but I need to display the same data within the app interface as well.

Could you suggest the best way to synchronize this and ensure the speed metrics are updated in real-time in both the notification and the app?

ccnnde commented 6 days ago

Okay, I will take a look. As for the speed, it should require writing an interface to obtain it from the source code of ics-openvpn, but I currently don't have time to implement it.

Owaisdev0421 commented 4 days ago

Could you please check and resolve the VPN connection issue on the iOS side? My client is waiting, so I would really appreciate it if you could resolve this as soon as possible.

ccnnde commented 4 days ago

Please try setting the iOS version in the Deployment info of NEOvpn to the same value as in the container App, such as 12.4. image image