VPN is not connecting in IOS. Remains on the state: "Connecting".
Bug description:
Environment:
- OS: IOS
- OS version: Any version
- react-native version: 0.71.1
- react-native-simple-openvpn version: latest version
Have you ever tried the Android platform? And, the official OpenVPN app, can it connect normally?
Have you ever tried the Android platform? And, the official OpenVPN app, can it connect normally?
Yes, With that .opvn file, it connects normally on both Android and OpenVPN App.
You can see the project structure and the capabilities I added. And also the OpenVPN Adapter version in this.
If you can help me with this. It really will be appreciated.
How do you install OpenVPNAdapter? I didn't see Package Dependencies in XCode for my project.
How do you install OpenVPNAdapter? I didn't see Package Dependencies in XCode for my project.
I tried this in two different ways. Firstly I tried the method mentioned in the IOS Guide, Create the Cartfile file in the ios/ directory, add github "ss-abramchuk/OpenVPNAdapter", and run carthage update and Drag the OpenVPNAdapter.framework. Second method which I tried is, I go to the Add Package in xcode and search for the package by name and install it . But unfortunately both methods didn't work.
I think this issue is not easy to handle. I'm sorry.
I think this issue is not easy to handle. I'm sorry.
If you want I will share the zip of my project with you If you can check and help me. It's essential for me please do something if you can.
Did you try to run the ovpn file inside the example app ?
Did you try to run the ovpn file inside the example app ?
Do you mean inside the main directory of the app?
@SyedHaadi is your android app working ?
Any updates on this? Running into the same issue now.