passepartoutvpn / tunnelkit

VPN client library for Apple platforms.
GNU General Public License v3.0
3 stars 1 forks source link

Unable to connect WireGuard on TV OS #402

Closed 7mada123 closed 8 months ago

7mada123 commented 8 months ago

When trying to connect on apple tv, the status immediately change from connecting to disconnected

The error message I got from fetchLastDisconnectError method

Error Domain=NEVPNConnectionErrorDomain Code=12 "The VPN session failed because an internal error occurred." UserInfo={NSLocalizedDescription=The VPN session failed because an internal error occurred.}

The WireGuard configuration has been added without any issue and I have double check my integration but I couldn't figure out what is wrong

keeshux commented 8 months ago

Please refer to the Demo project and read the README carefully (e.g. entitlements). This has been asked (and answered) multiple times.