LogoLogo
  • Grocery Saas App
  • INTRODUCTION
    • Overview
    • Prerequisites
    • Technologies
    • Source code
    • changelog
    • FAQ
    • Support
  • API Backend
    • NestJS installation
    • Api setup
    • Run API
    • MongoDB setup
  • 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 App
  • USER MANUAL
    • Deals
    • Orders
    • Coupon
    • Settings
    • Category
    • Products
    • Brands
    • Location
  • Website
    • Web app installation
    • Web app setup
Powered by GitBook
On this page
  • Create a Keystore
  • Generating the IOS release

Was this helpful?

  1. Customer app

Release build

Follow the below document, to create a key store and generating the IOS.

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