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.
- Clone this repo.
- Open project in Android studio.
- Sync gradle files.
- Build.
- Set your Solar backend endpoint in the Constants.kt file.
- Change the
applicationId
in the ui build.gradle file to your unique id.
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
.
If you wish to use In-App Purchase in your application, make the following steps.
- Set up your RevenueCat project.
- Set your purchase API key in Constants.kt file.
- Use our Purchase API.
Do not hesitate to create an issue for our team.