WireGuard Apple VPN Client App for macOS with System Extension to Distribute Outside App Store
Checkout the source code of WireGuard Apple.
https://github.com/WireGuard/wireguard-apple
I have fixed several issues and now I can create and connect to the VPN.
This source code uses the App Network Extension (appex) which can only be distributed on the App Store. But I don't want to distribute it via the App Store. I will distribute it outside the App Store.
But for this, we need to sign the app with the Developer ID Application certificate and we also need to notarize it. So for this, the App Network Extension (appex) will not help. We need to use the System Extension Network Extension (sysex). So we need to make changes to the WireGuard Apple source code to be able to connect the VPN via the System Extension Network Extension (sysex), this means we need to migrate existing App Network Extension (appex) to System Extension Network Extension (sysex) in this source code.
I am facing this challenge, that's why I am looking for a solution here.
I have already done changes explained here https://forums.developer.apple.com/forums/thread/695550.
Also done with changes for getting system extension permission and network extension permission. Real problem is, VPN client app is not getting connect to VPN and to fix this, we need to fix in WireGuard Apple Kit source code.
Please help me to solve this problem.
Topic:
App & System Services
SubTopic:
Networking
Tags:
macOS
Swift
System Extensions
Network Extension