Android VPN (ikEv2) Client

Viewed 1775

I am trying to create android client for VPN using IKEv2 protocol, but on this topic there is almost no help to get started. Our backend team have provided me remote_server_url, username and password. I was able to create iOS client successfully with these credentials.

I'd appreciate if anyone can point me in right direction.

1 Answers

There is an app on play store that connects vpn using ikev2 protocol. This is the their github repo. You will get help from this repo.

Related