Posts

Post not yet marked as solved
2 Replies
Hi, I just ran into this as well.We have a VPN app that uses the IPSEC and IKEv2 protocols.The credentials stored in keychain use `kSecAttrAccessibleAlwaysThisDeviceOnly` flag, but that doesn't matter as the credentials are already part of the VPN profile.When the backup is restored to a different device, the VPN tunnel is activated immediately using that profile before you even finish the restoration process, adding the passcodes etc.So is this how this is intended to work or is there some API in the `NEVPNProtocolIPSec` or `NEVPNProtocolIKEv2` that can tell them not to be backed up?