We are implementing this using the open-source WireGuard library RepoLink
I would like to understand if there’s anything missing from the iOS configuration that might be causing this issue. I have attached the mobileConfig file for reference.
If everything in the configuration is correct and aligns with Apple's requirements for Per-App VPN, could you help identify potential reasons why the download speed is so slow? please see my next comment!
Post
Replies
Boosts
Views
Activity
I want to list apps configured via per app vpn profile for custom vpn, can you please tell me how to do it using network extension packet tunnel provider class?
when trying to access simple vpn payload, it is successfully loading but for per app vpn payload its not working in iOS. Below is the code snippet which I am using to load the installed profile
NETunnelProviderManager.loadAllFromPreferences { managers, error in
}