ccnnde/react-native-simple-openvpn

VPN not connect in ios

Closed this issue · 6 comments

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:

  • OS: IOS
  • OS version: 17.6 mobile device
  • react-native version: 0.72.6
  • react-native-simple-openvpn version: ^2.1.0

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.

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

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?

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.

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.

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