🖌️
multi-location-grocery
  • Multi-location Grocery
  • Introduction
    • Overview
    • Prerequesites
    • Technology
    • Source Code
    • Changelog
    • Faq
    • Support
  • Dashboard
    • Angular Installation
    • Run Dashboard
    • Dashboard Setup
  • Customer app
    • Flutter Installation
    • Customer App setup
    • Customer App Structure
    • Run Customer App
    • Release Build
  • Delivery boy app
    • Installation
    • Delivery Boy App setup
    • Delivery Boy App Structure
    • Run Delivery Boy App
  • User manual
    • Deals
    • Orders
    • Coupons
    • Settings
    • Category
    • Products
    • Location
  • Website
    • Webapp Installtion
    • Web app setup
  • Api Backend
    • Nestjs Installation
    • Api Setup
    • Run API
    • Mongodb Setup
Powered by GitBook
On this page
  • Create a Keystore
  • Generating the IOS release

Was this helpful?

  1. Customer app

Release Build

It gives information about various releases that happened till date with release version date and time so that it will be easy for customers to know about the version

PreviousRun Customer AppNextInstallation

Last updated 4 years ago

Was this helpful?

Goto for android:

Goto for ios:

Create a Keystore

If you have an existing Keystore, skip to the next step. If not, create one by running the following at the command line:

keytool -genkey -v -keystore ~/key.jks -keyalg RSA -keysize 2048 -validity 10000 -alias key

Set up for Preparing an Android App for Release Set up for Preparing an IOS App for Release

Generating the android release (APK or app bundle)

$ flutter build apk --release
$ flutter build appbundle --target-platform android-arm,android-arm64,android-x64

Generating the IOS release

$ flutter build ios --release
https://flutter.io/android-release/
https://flutter.io/ios-release/
click here​
click here