Skip to content

Steps to generate APK for implementation

Dileep Gadiraju edited this page Dec 14, 2021 · 4 revisions
  1. Create a firebase account and download the corresponding google-services.json for each implementation.

  2. Place downloaded google-services.json into %FRONTEND_FOLDER%/SaralApp/android/app folder.

  3. Create a branch from the release tag and change BASE_URL in %FRONTEND_FOLDER%/SaralApp/src/configs/config.js file to clients base URL. commit and push these changes into the client branch for future maintenance.

  4. Generate Unsigned APK following APK Generation Steps

  5. Ask the client to sign APK using Steps to sign already generated APK