VPN Implementation for Android EMM Console

Farkhaleeth
Level 2.0: Eclair

Hi All,

 

I want to implement VPN capability in my EMM Console, But I am unable to find the reference JSON in the google developer site, nor any comprehensive guides on the subject. I have one option that allows me to enable or disable the VPN, I want to build the complete VPN capabilities in the Console using Android EMM APIs. Can some one help?

@Lizzie @jeremy 

 

Thanks,

Farkhaleeth 

3 REPLIES 3

Farkhaleeth
Level 2.0: Eclair

Hi @jasonbayton 

Is there anything which you can share, My Dev did some analysis and did not find a way out.

 

Thanks Jason 

jeremy
Level 2.3: Gingerbread

Hello, VPN is supported by an app not by the android management API directly. If you want to build a custom VPN capabilites you would have to develop an app with VPN support and you would be able to configure it through managed configuration.

You would then be able to use AlwaysOnVpnPackage to set this app as an always on VPN.

 

Best

Farkhaleeth
Level 2.0: Eclair

Thanks @jeremy