Hi Apple.
Can IOS allow or disallow apps to access VPN ?
Android supports APIs to allow or disallow apps to access VPN.
I found includedRoutes and excludedRoutes API, but they are for IPv4 and IPv6. Not app based. Like YouTube, Skype or Team Apps may use different servers for video, voice or other services.
Can IOS allow or disallow apps to access VPN ?
Android supports APIs to allow or disallow apps to access VPN.
- VpnService.BuilderaddAllowedApplication(String packageName)Adds an application that's allowed to access the VPN.
- VpnService.BuilderaddDisallowedApplication(String packageName)Adds an application that's denied access to the VPN connection.
I found includedRoutes and excludedRoutes API, but they are for IPv4 and IPv6. Not app based. Like YouTube, Skype or Team Apps may use different servers for video, voice or other services.