3

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.

Asad Hayat
  • 51
  • 1
  • 7

1 Answers1

5

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.

Sadda Hussain
  • 343
  • 5
  • 19
  • HI Sadda, I have the exact same issue. Can't find any documentation how to make an IKEv2 client in Kotlin. The repo you posted above, seems to be the StrongSwan server side code, no? I can't see any Java or Kotlin client code. May you clarify please? Thanks – Houman Oct 28 '20 at 11:43
  • 2
    Hi Houman, Please follow this link. https://github.com/strongswan/strongswan/tree/master/src/frontends/android Hope this helps. – Sadda Hussain Oct 28 '20 at 12:45
  • Thank you very much. – Houman Oct 28 '20 at 23:17