Extended of Safer VPN Docs
  • 👋Welcome to A Safer VPN Product
  • App Guides
    • 🔑Configure KeyStore Android
    • đŸ“ļConfigure Firebase
    • đŸ“ĒChange app name
    • â„šī¸Change Icon
    • 📎Change package name
    • âœ’ī¸Change Colors
    • 🔰Change admob
    • 🔐Configure WireGuard Apple
  • Admin Panel
    • đŸ› ī¸Admin Panel
      • 📝Admin Panel Installation
  • Subscription
    • đŸ› ī¸Subscription Feature
      • 📝iOS Product Setup
      • â†—ī¸Google Play Product Setup
  • đŸ‘ī¸â€đŸ—¨ī¸App Config
Powered by GitBook
On this page
  1. App Guides

Configure KeyStore Android

PreviousWelcome to A Safer VPN ProductNextConfigure Firebase

You have no Run configuration for your project. You can see it in the top of the screen - Add configuration. Click on it and create new Configuration.

then click on the build:

then click on the Generate Signed Bundle/APK:

After that this window will be shown, select apk and click to next:

Below keystore path click on create new:

After clicking on create new, this window will be shown. Now fill the details and select the path of keystore and keystore file name, Don't forget to add Validity for up to 1000 years:

After it has been successfully created, please replace app.jks in the android/app folder with the jks you created earlier, then open the key.properties file and input the data you have storePassword=remember

keyPassword=remember

keyAlias=key

storeFile=app.jks

🔑