ss-abramchuk / OpenVPNAdapter

Objective-C wrapper for OpenVPN library. Compatible with iOS and macOS.
GNU Affero General Public License v3.0
473 stars 209 forks source link

Did it still work? #205

Closed nizwar closed 2 years ago

nizwar commented 3 years ago

Can you confirm if it still work? Some how i can’t connect to any connection, especially with the connection that required username and password, i’ve run the example but its disconnected immedietly after trigger connection, there is no error log produced, so i can’t give any detail… or maybe i did something wrong? Thankyou

ss-abramchuk commented 3 years ago

Hi @nizwar,

Ensure that your project is configured correctly, that Packet Tunnel Provider is inside of NetworkExtension, and both targets (app and network extension) have correct bundle identifiers. For instance, if your app identifier is com.example.app, network extension identifier should be something like com.example.app.vpn-extension.