Hello,
with iOS 16 (multiple betas), I noticed that our VPN configuration created with NEPacketTunnelProvider
appears twice in Settings -> General -> VPN & Device Management.
I thought that this shouldn't be possible (even if I wanted to) because on iOS apps can provide just one configuration?
All the basic configuration for your VPN is static. providerBundleIdentifier
& serverAddress
are contants in the source code.
The only thing that gets changed is onDemandRules
.
When I inspected the configurations details in Settings, they were identical.