Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.83 KB

File metadata and controls

43 lines (28 loc) · 1.83 KB

SOLAR dVPN Community Core for Android

This project contains an application for Android, which is made as a server with a webView.
API documentation is here. iOS version of the app can be found here.

Building

  • Clone this repo.
  • Open project in Android studio.
  • Sync gradle files.
  • Build.

Pre run setup

  • Set your Solar backend endpoint in the Constants.kt file.
  • Change the applicationId in the ui build.gradle file to your unique id.

UI integration

Add your UI into the app
  • navigate to ui/src/main/assets/www folder
  • add the root of your ui, making sure you don't forget your index.html.

In-App Purchase:

If you wish to use In-App Purchase in your application, make the following steps.

Troubleshooting:

Do not hesitate to create an issue for our team.