• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Tricks for accessing VPN with firewall over the Internet

You need to install a VPN client app to connect to the remote VPN server.
After authorisation, you should be able to establish contact with the internal servers.
 
Hello sir. I'm developing an app that will able to have contact with the internal servers through internet. How will I do that on my app?

Well as I said previously, you could install a VPN client app that establishes communication with the VPN server.
Alternatively, if you want to write an app that behaves as a VPN client, then you need to find a library which does this. A quick Google search for "Android VPN client library" reveals some links, such as the following:

https://github.com/schwabe/ics-openvpn
 
Back
Top Bottom